Moltbot
-
OpenClaw Gateway - Pi Agent 시스템 분석 리포트Knowledge Base/Foundations 2026. 1. 31. 15:23
Author: Claude Code, mangowhoiscloudPurpose: LLM 에이전트/어시스턴스 제작에 활용할 수 있는 아키텍처 인사이트 도출Target: https://github.com/openclaw/openclawDate: 2026-01-31Executive SummaryOpenClaw는 Gateway + Pi Agent 이중 구조의 멀티채널 AI 어시스턴트 플랫폼입니다.LangGraph를 사용하지 않고 TypeScript로 자체 구현된 에이전트 시스템으로, 다음과 같은 핵심 특징을 가집니다:특징설명Gateway 중심모든 채널/에이전트의 중앙 제어 플레인Session 격리agent:{id}:{context} 형식의 세션 키로 컨텍스트 분리Multi-Agent RoutingBinding ..