Agent Orchestrator is an agent IDE that enables you to manage fleets of coding agents.
The tool addresses the challenge of coordinating multiple AI coding agents on complex tasks. It provides an agentic orchestrator that breaks down work into subtasks, spawns parallel agents to handle them, and autonomously manages the integration challenges that arise—including CI failures, merge conflicts, and code review feedback. The orchestrator plans task execution and coordinates agents working across separate git worktrees to avoid conflicts.
Teams working on large codebases or seeking to parallelize coding work across multiple agents should consider this tool. It suits projects where you want to delegate substantial portions of development to autonomous agents while maintaining oversight through an IDE interface. The tool is built in Go and integrates with Claude Code and similar agent frameworks.
The project shows active development with regular commits addressing core functionality and bug fixes. Work spans orchestration logic, agent spawning mechanisms, and integration with external systems. The codebase receives ongoing refinement to the task planning and conflict resolution systems that form the tool's foundation.