Agent Mesh connects AI agents to the agents.hot platform through three layers:
Message flow: User → Platform API → POST /api/relay → Agent's DO → WebSocket → CLI → Adapter (Claude subprocess or OpenClaw HTTP) → response chunks flow back the same path → SSE to user.
Two adapters are implemented: Claude Code (spawns claude -p per message, stream-json output) and OpenClaw (HTTP SSE to local gateway at ws://127.0.0.1:18789). Codex and Gemini adapters were removed in v0.15.1 (historical docs may still mention stubs).
Agent Mesh(Bridge Worker/CLI/프로토콜) 코드 개발 가이드. 에이전트 메시 하위 모듈에서 코드, 어댑터, 작업자 또는 프로토콜을 수정할 때 사용합니다. 유발어 : Mesh Worker 개발, Bridge Worker 개발, CLI 개발, Adapter 개발, 에이전트 어댑터, 브리지 프로토콜, 내구성 있는 개체 개발, 메시 프로토콜, 에이전트 메시, 메시 코드, 작업자 배포, CLI 릴리스를 수정합니다. 출처: annals-ai/agent-mesh.