| What it is | Deployable multi-agent runtime with API, admin, and audit | Python framework for composing role-based agent “crews” in code |
| Core stack | Go — one compiled binary + PostgreSQL | Python library inside your application process |
| Multi-agent model | Supervisor/specialist delegation with runtime spawn, concurrency limits, and cycle detection | Crews and flows defined in code: roles, tasks, and processes composed by developers |
| Creating and changing agents | Config or dashboard — live, no redeploy; plain-English AI builder | Edit Python, redeploy your service |
| Ops layer | REST + SSE API, sessions, memory, audit log, admin dashboard included | You build hosting, APIs, persistence, and observability around the crew |
| Tool security | Per-agent tool scoping, forwarded end-user identity, per-tool confirmation gates | Tools are Python functions with whatever guards you write |
| Grounding | Vector RAG + typed knowledge graphs with generated retrieval tools | Memory and RAG utilities you wire to your own stores |
| Who can operate it | Engineers and non-engineers through the dashboard | Python developers |