goclaw
by nextlevelbuilder
Go-based multi-agent gateway for delegation, routing, and channel integrations
Summary
Provides a single-binary Go gateway for multi-agent orchestration with teams, delegation, and channel integrations. Routes agent-to-agent messages, delegates subtasks across specialist agents, and connects 11+ LLM providers to channels like Discord and Telegram. Distinctive for its lightweight Go runtime, built-in persistence (Postgres) and support for MCP-style messaging across agents. See also the Agent Service Mesh Pattern for related architectural patterns.
Why It Matters
Target Use Cases
Teams building production multi-agent systems that need a lightweight gateway to route delegation, persist interactions, and connect many LLM providers to chat channels. Explore patterns like the Orchestrator-Worker Pattern to design scalable delegation workflows.
Use Cases
- Route and delegate tasks among specialist agents with audit logs for later evaluation
- Expose agent systems to chat channels (Discord, Telegram, websocket) through a single binary
- Persist agent interactions in Postgres to build agent track records and support reputation signals