Live
AI Planner & Orchestrator
Hundreds of agents, one coordinator
A from-scratch multi-agent orchestrator that assigns one planning agent per device, profile and tab — then keeps hundreds of them coordinated without melting the host machine.
The problem
Naive multi-agent systems spawn a process per task and die under their own weight. Concurrency is the easy part; not overloading the machine while staying responsive is the hard part.
What we built
A planning layer sits above the workers: it decides what each agent should do next, admits work against a real concurrency budget, and exposes a live command surface so an operator can intervene mid-run without stopping everything.
Capabilities
- Per-profile and per-tab agents with a shared admission budget
- Live planning and command layer — intervene without a restart
- Verified no-overload behaviour under sustained concurrent load
- Clean separation between planner, orchestrator and worker engine