Batuta Orchestrator
Batuta is an orchestrator for external agent CLIs. Instead of switching between terminals and tools, you coordinate third-party agents — claude, codex and others — from one place inside the app.
How it works
Section titled “How it works”- Detection — Batuta scans the connected server’s PATH for known third-party agent CLIs. The scan is read-only: no subprocess is spawned during detection.
- Skill installation — for the agents you select, the app offers to install the
batuta-cliskill, which lets those agents report progress back to Batuta. - Worker form — a worker configuration form whose combobox only enables agents that already have the skill installed, so you never dispatch work to an unwired agent.
Why orchestrate external agents
Section titled “Why orchestrate external agents”- Different agents have different strengths — combine them on the same task pipeline.
- Progress reporting flows back to a single dashboard instead of scattered terminals.
- Corporate teams can standardize which external CLIs are used and how they report.
Follow Batuta’s progress in the fork’s changelog and releases.