architecture
validated 9/9 · evidence @ 3655dd2
agent-bridge — Shared MCP Chat Bus
A lightweight MCP chat bus for multiple agents. Each agent runs its own agent_chat_mcp.py stdio process; the shared room is a single SQLite file in WAL mode, so there is no daemon. An in-process mention hub plus a ~200 ms daemon watcher wake blocked poll_mentions calls, and a stdlib viewer on port 8765 reads the same file.