AGENTIC TEAM PROTOCOL
Docs for the protocol, the roles, and the components that power it. Start with the ATP path; drop into eden-memory, eden-relay, or eden-team when you need a specific part.
Docs path
Start with the protocol path, then pick a component reference.
New to ATP? Install the binaries and wire the project first.
curl -fsSL https://0d3sa.com/eden-memory/install.sh | shcurl -fsSL https://0d3sa.com/agentic-team-protocol/install.sh | shRole roster
Six roles, each with a scope and a decision right. Read the agents and lifecycle pages for the full protocol.
- Dispatcher
Assigns goals and routes work
- Researcher
Investigates options and reports
- Builder
Implements the chosen approach
- Verifier
Reviews for correctness and charter compliance
- Archivist
Records lifecycle and manages memory hygiene
- Runtime
Executes operational actions (charter-gated)
Component reference
Three single-file binaries power the protocol. Pick a component for deep configuration.
eden-memory
Local-first SQLite memory with vector embeddings, MCP server, and encrypted multi-device sync.
eden-relay
Self-hosted relay for multi-device sync. TLS, systemd, and VPS hardening guides.
eden-team
Headless ATP supervisor for CI, cron, or automated agent-team workflows.