#341 · Primary category: AI Agents & Automation

goclaw

agent-orchestration ai-agent ai-gateway anthropic chatbot discord-bot golang harness harness-engineering llm mcp multi-agent openai postgresql telegram-bot websocket

GoClaw - GoClaw is OpenClaw rebuilt in Go — with multi-tenant isolation, 5-layer security, and native concurrency. Deploy AI agent teams at scale without compromising on safety.

Project last updated:08/29/26

GitHub Stars

3.6K

Forks

1.0K

Contributors

106

License

Other

Why we included this project

If you are running AI agents that need to talk to people through chat platforms, GoClaw is a solid base to build on: it wires 20+ LLM providers to channels like Telegram, Discord, Slack, and WhatsApp from one Go process. What makes it interesting for teams is the multi-tenant PostgreSQL layer, which lets separate users or groups share a single deployment without leaking sessions or API keys into each other. It ships as a single static binary around 25 MB, so self-hosting on modest hardware is simple, and Go's native concurrency pays off when you scale from a handful of agents to larger fleets acting in parallel. Beyond routing, it includes agent teams, shared task boards, and memory tiers, which pushes it from a model-to-channel bridge toward a proper agent runtime.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category