Coven
About
Coven is a Rust platform for orchestrating AI agents that need tool capabilities and gRPC streaming. The architecture splits cleanly: coven-agent runs a single-workspace agent, coven-swarm supervises agents across multiple workspaces, and a separate Go gateway (coven-gateway) handles routing, persists threads and messages in SQLite, and serves as the tool pack registry. Tool packs built via the Pack SDK extend agent capabilities, and an mcp-bridge-pack bridges MCP tools into the same surface. Frontends are pluggable — a TUI, an HTTP API, a Matrix bridge, and a CLI all talk to the gateway — so the same agents can be driven from a terminal or a chat room. The audience is developers coordinating multiple Claude-backed agents across workspaces who want the orchestration layer in Rust.
Other entries by 2389-research
- Breakaway Agent — agent
- Hex — agent
- Fleet Control — multiplexer
- Ourocodus — multiplexer
- Tracker — multiplexer
- 2389 Agent Protocol (Rust) — agent-sdk
- Dippin — agent-sdk
- Mux (Rust) — agent-sdk