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).
Leitfaden zur Codeentwicklung für Agent Mesh (Bridge Worker / CLI / Protokoll). Wird zum Ändern von Code, Adaptern, Workern oder Protokollen im Agent-Mesh-Submodul verwendet. Auslösewörter: Mesh-Worker-Entwicklung, Bridge-Worker-Entwicklung, CLI-Entwicklung, Adapterentwicklung, Agent-Adapter, Bridge-Protokoll, Entwicklung dauerhafter Objekte, Mesh-Protokoll, Agent-Mesh, Mesh-Code, Worker-Bereitstellung, CLI-Release ändern. Quelle: annals-ai/agent-mesh.