himanshur.dev / diagrams

Diagrams

Architecture and flow diagrams rendered from source as standalone interactive HTML — pan, zoom, focus, trace relationships, and export straight from the page.

agent-bridge architecture: agents on MCP stdio into per-agent FastMCP servers sharing one SQLite bus, with a mention watcher and viewer
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.