Everything You Need to Orchestrate AI Agents
Reliable, repeatable multi-agent workflows without the infrastructure overhead.
Multi-Agent Orchestration
Coordinate Claude Code, Codex CLI, Gemini CLI, or any CLI tool across tmux sessions. Assign tasks, monitor progress, and resolve conflicts automatically.
Persistent Memory
Three-layer memory system: markdown memory bank, SQLite with FTS5, and vector search via chromem-go. Every decision is recorded and searchable, even across sessions.
Phase-Based Workflows
Two-document phase system with specs and prompt contracts. Verification gates enforce quality. The engine never advances until go build, go test, and go vet pass.
Plugin Architecture
Agents are plugins, not hardcoded. Add support for any CLI tool by implementing one Go interface or configuring regex patterns in YAML.
Security First
Four-tier permission model, filesystem sandboxing, structured audit logging, and per-agent rate limiting. All agent commits land on feature branches.
Zero Infrastructure
Single binary, go build produces one executable. SQLite for structured data, chromem-go for vectors, both embedded. No Postgres, no Redis, no Docker.
Six-Layer Architecture
Clean separation of concerns, from the orchestrator loop down to tmux transport.
Ready to orchestrate?
Get up and running in under 5 minutes. Single binary, zero infrastructure.