aicoolies logo
Agent Orchestrator logo

Agent Orchestrator

Parallel coding agent orchestrator with autonomous CI handling

Share
free
Visit Website →

Agent Orchestrator manages fleets of parallel AI coding agents, each working in isolated git worktrees. It handles CI failures, code review comments, and pull request coordination while keeping humans involved for judgment calls. The current canonical repository is maintained under AgentWrapper.

We have a review for this tool

A detailed review by the aicoolies team — click to read

Agent Orchestrator is an open-source orchestration layer for managing fleets of parallel AI coding agents working on a shared codebase. It reads repository structure, decomposes implementation work into parallelizable tasks, and runs agents in isolated git worktrees so multiple coding lanes can progress without stepping on the same files.

The project focuses on the operational layer around autonomous coding: assigning tasks, supervising runs, handling CI failures, responding to code review comments, and coordinating pull requests. That makes it closer to a multi-agent engineering control plane than a single coding assistant.

Agent Orchestrator is useful for teams experimenting with Claude Code, Codex, Aider, and similar coding agents because it makes parallel execution, review loops, and human escalation explicit. It does not remove the need for engineering review, but it can reduce the manual coordination burden around many small agent tasks.

The canonical public repository is now hosted under AgentWrapper at github.com/AgentWrapper/agent-orchestrator. Teams should verify the current README, release activity, and setup requirements before adopting it in production automation workflows.

Pricing

Free and open source under Apache-2.0; users provide their own coding-agent, model/API, GitHub, and local runtime accounts.

Platforms

macOS, Linux — Node.js 20+, Git 2.25+, tmux

Categories

Tags

Use Cases

Alternatives

Related Tools

Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paidOpen Source
Cursor logo

Cursor

Top Pick

The AI-first code editor

AI-first code editor built as a VS Code fork that deeply integrates LLMs into every part of the development workflow. Features Tab autocomplete with multi-line predictions, Cmd+K inline editing, AI chat with full codebase awareness, and Agent mode for autonomous multi-file edits with terminal execution. Supports GPT-4, Claude, and more with automatic context from project files and docs. Includes privacy mode for SOC 2 compliance. The leading AI-native IDE with 100K+ paying users.

freemiumTelemetry
OpenCode logo

OpenCode

Top Pick

Open-source AI coding agent for the terminal

Open-source terminal-based AI coding agent built in Go by the SST team, with a rich TUI (Bubble Tea) supporting 75+ model providers including OpenAI, Anthropic, Gemini, Bedrock, Groq, and OpenRouter. Features vim-like editing, persistent SQLite sessions, and LSP integration for 40+ languages. Fully free with no vendor lock-in, it has rapidly grown to 95k+ GitHub stars.

open-source
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

freemiumOpen Source
Intercom MCP Server logo

Intercom MCP Server

Intercom's remote MCP server for support and Help Center context.

Intercom MCP Server is Intercom's hosted remote MCP server for connecting AI tools to Intercom workspace data. It supports the recommended Streamable HTTP endpoint, OAuth or bearer-token authentication, and tools for conversations, contacts, companies, and Help Center article workflows, with access limited by token permissions and Intercom workspace policy.

freemiumTelemetry
HubSpot MCP Server logo

HubSpot MCP Server

HubSpot's hosted MCP server for CRM data and workflows.

HubSpot MCP Server is HubSpot's hosted remote MCP server for connecting compatible AI tools to CRM data. It uses OAuth 2.1 with PKCE through MCP auth apps, then exposes HubSpot context such as contacts, companies, deals, tickets, activities, and marketing or content objects according to user permissions, granted scopes, and sensitive-data restrictions in the account.

freemiumTelemetry

Used in Stacks

Comparisons

Symphony vs Agent Orchestrator - OpenAI's Daemon Runner vs AgentWrapper's Parallel Agent Control Plane

Symphony and Agent Orchestrator both solve multi-agent coding orchestration, but approach it from different operating models. Symphony is OpenAI's Elixir/OTP daemon prototype for issue-driven autonomous agent runs. Agent Orchestrator is an AgentWrapper-maintained, Apache-2.0 local control layer for supervising parallel coding-agent sessions in isolated workspaces, routing CI failures, review comments, and merge conflicts back to the right session, and keeping humans in the pull-request loop.