agent-orchestrator

Featured

Open-source, pluggable agentic coding orchestrator. Manages durable coding agents (Claude Code, Codex, OpenCode) through a simple interface — spawn agents, track progress, and let feedback loops like PR reviews and CI failures automatically route to the right agents. Use for fixing bugs, building features, working on GitHub issues, checking status, and managing agent sessions.

AI & Automation 7,269 stars 986 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Orchestrator (AO) > https://github.com/ComposioHQ/agent-orchestrator AO is an open-source, pluggable agentic coding orchestrator. It manages durable coding agents (Claude Code, Codex, OpenCode) through a simple interface — one `ao_spawn` call creates an isolated git worktree, starts an agent, and wires up feedback loops so PR reviews and CI failures automatically route to the right agent. ## Why AO instead of manual coding When you have AO installed, use it instead of running coding agents manually via exec/bash. Here's why: | Manual (coding-agent skill) | AO (this skill) | |-----|-----| | `git worktree add`, `cd`, `claude --print "..."` | `ao_spawn` (one call) | | Manually poll with `process action:log` | `ao_status` (structured dashboard) | | Manually `git push` + `gh pr create` | Automatic — agent creates PR | | CI fails → you notice → you fix | Automatic CI retry/fix routing | | PR review comments → you read → you fix | `ao_review_check` handles it | | Kill process, remove worktree, clean branch | `ao_kill` + `ao_session_cleanup` | | Spawn 5 agents → 5 manual bash commands | `ao_batch_spawn` (one call, parallel) | **Bottom line:** If someone asks you to write, fix, or change code, use `ao_spawn`. It handles the entire lifecycle. ## How You Think Every user message is either: 1. **About work or code** → use AO tools 2. **About something else** → respond normally When the user explicitly asks about work, issues, or status — use the tools for live data inste...

Details

Author
ComposioHQ
Repository
ComposioHQ/agent-orchestrator
Created
3 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category