What is Agent Orchestrator?
A terminal dashboard for running multiple AI agents in parallel. Mix Claude, Codex, and Kimi without locking into a single IDE.
What is Agent Orchestrator?
Agent Orchestrator is a terminal dashboard for running multiple AI agents side by side. Instead of being locked into one IDE or one model, you can spawn specialized agents for different tasksβClaude for architecture, Codex for implementation, Kimi for long-context analysisβand see them all in one place.
Why I Built This
I spent months bouncing between AI coding tools. Claude Code became my go-to for architecture. Codex CLI became my implementation tool. Kimi surprised me with that 1M token context window.
But each switch meant context loss. Each meant paying for another premium IDE tier. The βone IDE to rule them allβ approach sounds nice, but in practice it means compromises.
Agent Orchestrator removes that friction. Run agents in parallel from a single terminal dashboard. Each gets its own isolated context. No cross-contamination.
How It Works
# Start the dashboard
ao-dashboard --daemon
# Spawn specialized agents
ao spawn architect claude # Design the API
ao spawn builder codex # Implement endpoints
ao spawn reviewer claude # Review the PR
The dashboard shows whatβs running, whatβs waiting, and what failed. You decide when to refresh. You decide when to retry.
Built for Terminal Workflows
ββ Agent Orchestrator ββββββββββββββββββββββββββ
β Running: 3 | Completed: 12 | Failed: 0 β
ββββββββββββββββββββββββββββββββββββββββββββββββ€
β architect β claude β running β 4 turns β
β builder β codex β running β 12 turns β
β reviewer β claude β waiting β 0 turns β
ββββββββββββββββββββββββββββββββββββββββββββββββ
Keys: (r)efresh (:)command (T)retry (C)clear (q)uit
Some deliberate choices:
- Static UI β No distracting auto-refresh. Press
rwhen you want updates. - Activity log β See what changed without verbose noise.
- Compact mode β Auto-rotate context at 10 turns to prevent drift.
When to Use Which
| Situation | What Works |
|---|---|
| Greenfield architecture | Claude β thinks through trade-offs |
| Fast implementation | Codex β follows patterns, moves fast |
| Legacy codebase archaeology | Kimi β 1M token context |
| Security-critical review | Second Claude instance β fresh eyes |
| Experimental workflows | OpenCode β hackable, inspectable |
Philosophy
AI tools are getting good. But βgoodβ is contextual. Claudeβs strength is depth; Codexβs is speed; Kimiβs is scale. Locking yourself to one means accepting its weaknesses.
Agent Orchestrator is a thin layer that lets each tool do what it does best, without the context-switching tax.
If that resonates, try it out.
Part of the Summon AI ecosystem. Built for developers whoβd rather configure than compromise.