Agent Orchestrator

Active
GitHub Go Apache-2.0

Description

An agentic orchestrator for parallel coding agents that plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews for complex development workflows.

Key Features

  • Spawns parallel coding agents in isolated git worktrees with independent branches and PRs
  • Agent-agnostic: works with Claude Code, Codex, Aider, and others
  • Runtime-agnostic: supports tmux, ConPTY/process, and Docker
  • Automatic CI failure resolution — agents fix build errors without human intervention
  • Reaction system routes review comments and CI events back to agents
  • Web dashboard for monitoring all agents, PRs, and project status

Use Cases

💡 Managing fleets of AI coding agents on large codebases
💡 Automatically resolving CI failures across multiple PRs
💡 Parallel feature development with autonomous agent workers
💡 Scaling code review with AI agents that address reviewer feedback

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (9.6k stars)
  • Permissive open-source license (Apache-2.0)

⚠️ Limitations

  • High issue backlog (699 open issues)

Quick Start

Install: `npm install -g @aoagents/ao`. Point at any repo: `ao start https://github.com/your-org/your-repo` or from inside a local repo just `ao start`. The dashboard opens at localhost:3000 and the orchestrator agent begins managing your project.

Related Projects

Claude Code Workflow

2.1k · TypeScript
Normal B

JSON-driven multi-agent cadence-team development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution.

claude-codeworkflowmulti-agent +1
  • · JSON-driven multi-agent framework with skill-based workflows from lite-plan to brainstorm modes
  • · Multi-CLI orchestration supporting Gemini, Codex, Qwen, OpenCode, and Claude with semantic invocation
  • · Team Architecture v2 with role-based agents and inner loop execution patterns

Mission Control

4.1k · TypeScript
Active A

AI Agent Orchestration Dashboard for managing AI agents, assigning tasks, and coordinating multi-agent collaboration.

orchestrationdashboardmulti-agent +1
  • · Work orchestration: manage organizations, board groups, boards, tasks, and tags in a unified interface
  • · Agent operations: create, inspect, and manage agent lifecycle from a single control surface
  • · Governance and approvals: route sensitive actions through explicit approval flows with decision trails

Mission Control

6.0k · TypeScript
Active A+

Self-hosted AI agent orchestration platform for dispatching tasks, running multi-agent workflows, monitoring spend, and governing operations

orchestrationmulti-agentself-hosted +3
  • · Self-hosted AI agent orchestration dashboard with 32 panels for tasks, agents, logs, security, and more
  • · Real-time updates via WebSocket and SSE with smart polling that pauses when idle
  • · Zero external dependencies: SQLite backend with single `pnpm start` to run

Emdash

5.4k · TypeScript
Active A

Open-source agentic development environment (YC W26) that runs multiple coding agents in parallel with any LLM provider

coding-agentdev-environmentparallel-agents +3
  • · Run multiple coding agents in parallel, each in its own isolated Git worktree
  • · Automatic detection of installed agent CLIs (Claude Code, Codex, OpenCode, Gemini, Amp, and more)
  • · Import tasks from Linear, GitHub, Jira, GitLab, Asana, and other issue trackers