Back to rankings

AgentWrapper/agent-orchestrator

Goaoagents.dev

Agent IDE that enables you to manage fleets of coding agents. It comes with an agentic orchestrator that plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.

claude-codecodex-cliorchestrationorchestratorskillsagent-fleetagent-swarmgit-worktreesmulti-agentparallel-agentsparallel-codingtmux
Star Growth
Stars
8.4k
Forks
1.2k
Weekly Growth
Issues
379
4k6k8k
Feb 26Mar 26May 26Jul 26
ArtifactsGo Modulesgo get github.com/AgentWrapper/agent-orchestrator
README
Agent Orchestrator

Agent Orchestrator

The orchestration layer for parallel AI coding agents

Stars Contributors Twitter Discord License: Apache-2.0

An Agentic IDE that supervises parallel AI coding agents in isolated workspaces, with complete control and automatic feedback loops from CI failures, review comments, and merge conflicts.

Agent Orchestrator dashboard showing parallel coding agent sessions

What is Agent Orchestrator?

Agent Orchestrator is a meta-harness agent IDE for running AI coding agents in parallel. It gives terminal-based agents like Claude Code, Codex, Cursor, Kimi Code, opencode, and others a shared workspace where their sessions, terminals, branches, pull requests, and feedback loops can be supervised from one place.

The agents still do the coding. AO provides the harness around them: isolated workspaces, live terminal access, session state, PR awareness, and automatic loops that send CI failures, review comments, and merge conflicts back to the right agent. Instead of manually coordinating a pile of agent terminals, AO turns parallel agent work into a managed workflow.

Why Agent Orchestrator?

AI coding agents become much more useful when they can work in parallel, but parallel work gets messy quickly. Branches overlap, terminals get lost, CI failures need follow-up, review comments need replies, and merge conflicts have to reach the right worker.

Agent Orchestrator is built to keep that loop visible and manageable. It helps you:

  • Start multiple agents from the same project without mixing their work
  • Keep every session in a separate git worktree
  • See which agents are working, waiting, finished, or blocked
  • Route CI failures, review comments, and merge conflicts back to the right session
  • Use different agent CLIs through one common supervisor

How it works

At a high level, Agent Orchestrator follows a simple loop:

  1. Add a project you want agents to work on.
  2. Start one or more sessions from the desktop app or CLI.
  3. AO creates an isolated git worktree for each session.
  4. AO launches the selected coding agent in that session's terminal runtime.
  5. The local daemon watches session state, terminal activity, pull requests, CI, and review feedback.
  6. The desktop app and CLI show the current state and let you send follow-up instructions to the right session.

The result is a local control layer for agentic coding: agents still do the coding, while Agent Orchestrator keeps their workspaces, status, terminals, and feedback loops organized.

Features

The desktop app is the main control surface: projects on the left, active sessions in the center, and the selected session's terminal, pull request state, review runs, and browser preview in the inspector.

Parallel agent sessions

Start multiple coding agents from the same project without mixing files, branches, terminals, or pull request state.

Agent Orchestrator board with multiple parallel sessions

Live terminal control

Open any session and attach to the worker terminal while keeping session summary, PR state, and follow-up actions in view.

Session terminal inside Agent Orchestrator

Review feedback loop

Run reviewer agents, inspect review status, and route requested changes back to the right worker session.

Reviews tab showing reviewer runs and actions

In-app browser preview

Preview a session's local app beside the terminal so UI work, browser state, and agent output stay together.

Browser preview tab showing a local app preview

Supported Agents

AO ships adapters for 23 worker agent harnesses:

claude-code · codex · aider · opencode · grok · droid · amp · agy · crush · cursor · qwen · copilot · goose · auggie · continue · devin · cline · kimi · kiro · kilocode · vibe · pi · autohand

Reviewer agents are configured separately. The current reviewer harnesses are:

claude-code · codex · opencode

If it runs in a terminal, it runs on Agent Orchestrator.

Install

Download the latest desktop build for your platform:

Platform Download
macOS (Apple silicon) Download
macOS (Intel) Download
Windows Download
Linux Download

After installing, open Agent Orchestrator and point it at the repository you want AO to manage. The desktop app runs the daemon for you, so no CLI is required. See the installation guide for agent CLI setup and troubleshooting.

Install via npm (legacy CLI, no longer recommended)

npm still works but is no longer recommended. 0.10.0 is the final version published to npm, and the @aoagents/ao package is frozen and will not receive further updates. It stays available for existing users who have the ao CLI on their PATH; ao start fetches and opens the same desktop build linked above. For any new setup, prefer the desktop download.

npm install -g @aoagents/ao
ao start

Witness AO's Journey on X

Agent Orchestrator journey screenshot one Agent Orchestrator journey screenshot two

Documentation

Document Start here when you need
docs/architecture.md Backend mental model, lifecycle, persistence, CDC, status derivation, and daemon boundaries.
docs/backend-code-structure.md Package ownership and where each backend concern belongs.
docs/cli/README.md CLI behavior and daemon route mapping.
docs/STATUS.md What currently ships on main and what remains in flight.
docs/stack.md Library, runtime, and dependency decisions.

Telemetry

Agent Orchestrator's Electron renderer sends anonymous usage events to PostHog for reliability and product understanding, and PostHog session recording is enabled with local paths and local URLs redacted before transmission. Set VITE_AO_POSTHOG_KEY to an empty string before building to disable transmission. See docs/telemetry.md.

License

Apache License 2.0. See LICENSE.

Related repositories
affaan-m/ECC

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

JavaScriptnpmMIT Licenseai-agentsanthropic
ecc.tools
231.6k35.3k
NousResearch/hermes-agent

The agent that grows with you

PythonPyPIMIT Licenseaiai-agent
hermes-agent.nousresearch.com
217.9k41.1k
farion1231/cc-switch

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

Rustcrates.ioMIT Licenseai-toolsclaude-code
ccswitch.io
119.4k8k
nextlevelbuilder/ui-ux-pro-max-skill

An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms

PythonPyPIMIT Licenseai-skillsantigravity
uupm.cc
108.2k11.5k
Graphify-Labs/graphify

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

PythonPyPIMIT Licenseclaude-codegraphrag
graphify.com
92.4k9k
JuliusBrussee/caveman

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

JavaScriptnpmMIT Licenseaianthropic
caveman.so
91.3k5.2k
thedotmack/claude-mem

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

JavaScriptnpmApache License 2.0aiai-agents
claude-mem.ai
88k7.6k
DietrichGebert/ponytail

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

JavaScriptnpmMIT Licenseagent-skillsai-agents
ponytail.dev
86.7k4.7k
addyosmani/agent-skills

Production-grade engineering skills for AI coding agents.

JavaScriptnpmMIT Licenseagent-skillsantigravity
skills.addy.ie
79.5k8.6k
Egonex-AI/Understand-Anything

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

TypeScriptnpmMIT Licenseclaude-codeclaude-skills
understand-anything.com
75.4k6.3k
rtk-ai/rtk

CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

Rustcrates.ioApache License 2.0agentic-codingai-coding
rtk-ai.app
72.1k4.5k
shareAI-lab/learn-claude-code

Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1

PythonPyPIMIT Licenseagentclaude-code
learn.shareai.run
71.7k11.6k