agent-orchestrator

Solid

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,356 stars 998 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

AI & Automation Solid

oma-orchestrator

Automated multi-agent orchestrator that spawns CLI subagents in parallel, coordinates via MCP Memory, and monitors progress. Use for orchestration, parallel execution, and automated multi-agent workflows.

1,042 Updated today
first-fluke
AI & Automation Solid

agent-orchestration

Agent orchestration patterns for agentic loops, multi-agent coordination, alternative frameworks, and multi-scenario workflows. Use when building autonomous agent loops, coordinating multiple agents, evaluating CrewAI/AutoGen/Swarm, or orchestrating complex multi-step scenarios.

180 Updated today
yonatangross
AI & Automation Listed

multi-agent-orchestration

Design, review, or operate multi-agent systems with role-specialized workers, scoped permissions, forked context, skill preloading, additive MCP connections, and explicit cleanup. Use when Codex needs to build or audit agent swarms, subagent delegation, worker roles, or cooperative task execution pipelines.

1 Updated today
Beidou1507
AI & Automation Listed

multi-agent-orchestration

Coordinate multiple AI agents for complex tasks — decomposition, delegation, and synthesis

0 Updated 2 days ago
fabioc-aloha
AI & Automation Listed

agent-orchestration

Provides best practices for AI agent orchestration including MCP servers, A2A protocol, multi-agent coordination, and swarm architectures. Use when designing agent systems, configuring MCP servers, setting up agent teams, or when user mentions 'MCP', 'A2A', 'agent orchestration', 'multi-agent', 'swarm', 'agent team', 'LangGraph', 'CrewAI', 'AutoGen'.

62 Updated today
Tibsfox