| Coordination & governance |
| Agent to agent coordination |
Native Durable identities + 7 routing strategies (direct, capability, role, tag, broadcast, mixed, fallback). |
Not supported Agents in separate worktrees can't message each other; the human switches tabs. |
| Single owner task claims |
Native handoff_create + atomic handoff_claim: exactly one winner.
|
Not supported A human creates each task manually; duplicate starts are possible. |
| Verification and separation of duties |
Native Completed work enters VERIFYING; executor barred from self-verify. |
Not supported Diff review and CI checks are real, but the reviewer isn't enforced as separate. |
| Task dependencies |
Native (opt in) depends_on blocks claiming until the dependency completes.
|
Not supported No dependency concept; sequencing across tasks is manual. |
| Governance and human approval |
Native Versioned policies (deny, quota, limits, require_approval) + guardrails + human-in-the-loop queue. |
Not supported No policy layer sits between an agent and its next action. |
| Durable cross-session memory |
Native (opt in) memory_put / memory_get / semantic memory_search across sessions.
|
Not supported History persists per task; no cross-task or cross-session recall. |
| Communication standardization |
Native Versioned presets set tone, structure, and verbosity per role. |
Not supported Each agent talks however its own model defaults to. |
| Audit trail and replay |
Native Immutable, monotonic event log; CLI NDJSON replay export. |
Partial Automation and git history record what ran, no coordination-level decisions tracked. |
| Presence and session tracking |
Native Heartbeat-based presence within a configurable window. |
Partial A task shows running or idle; no explicit agent presence model. |
| Observability dashboard |
Native Agent graph, message threads, 6-column handoff Kanban, event timeline, health metrics. |
Partial Per-task terminal, diff, and conversation view; no coordination-state dashboard. |
| Deployment, pricing & license |
| Platform support |
Cross platform Anywhere Python 3.11+ runs. |
Cross platform Native desktop builds for macOS, Windows, and Linux. |
| Core pricing |
Free today No published paid tier. |
Free core Cloud and Enterprise are contact-sales, no public pricing. |
| License |
Source available Elastic License 2.0 + addendum; no hosted/multi tenant resale. |
Open source Apache 2.0, no equivalent resale restriction. |
| Extensibility |
Native 7 opt-in feature flags + 12 versioned MCP reference resources. |
Native 34 supported CLI agent providers + a reusable prompt/skill Library. |
| Enterprise readiness |
Partial Policies, guardrails, and audit log exist; built for single tenant use. |
Partial An Enterprise offering exists, but it's contact-sales with no published SLA. |