Agent Orchestrator

Active
GitHub TypeScript MIT

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

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