agent-plugins
Read this in other languages: ๆฅๆฌ่ช Generative AI can make mistakes. You should consider reviewing all output and costs generated by your chosen AI model and agentic coding assistant. See AWS Responsible AI Policy.
CLI Agent Orchestrator (CAO) coordinates multiple AI coding CLIs so a supervisor can delegate work to specialist agents in parallel or sequence. ๐ Documentation โ guides, reference, and two interactive courses.
$ npx -y skills add awslabs/cli-agent-orchestrator --agent claude-code
Repo: awslabs/cli-agent-orchestrator
What's inside
CLI Agent Orchestrator (CAO) coordinates multiple AI coding CLIs so a supervisor can delegate work to specialist agents in parallel or sequence.
๐ Documentation โ guides, reference, and two interactive courses.
CAO runs a local cao-server, starts provider CLIs in isolated terminal
sessions, and gives a supervisor tools for coordinating workers. The agents
remain full CLI processes with their native authentication and capabilities.
See CODEBASE.md for the runtime architecture and package layout.
Install:
The focused provider guides contain installation, authentication, and provider-specific behavior.
Install the current main branch as a uv tool:
uv tool install git+https://github.com/awslabs/cli-agent-orchestrator.git@main --upgrade
cao --help
For a tagged release, install
cli-agent-orchestrator from PyPI.
See DEVELOPMENT.md for a source checkout.
For container-based installation, see the
devcontainer feature.
To update an existing CAO installation:
cao update
See Updating CAO for source-aware behavior and edge cases.
The unqualified commands below use CAO's default Kiro CLI provider. If you installed a different provider, follow its focused guide above for the provider override while keeping the same sequence.
Install the built-in supervisor profile:
cao install code_supervisor
In terminal A, start the local server and leave it running:
cao-server
In terminal B, change to the project directory the agents should work in, then launch the supervisor:
cd /path/to/your/project
cao launch --agents code_supervisor
Observe the supervisor in the attached launch terminal, open the
Web UI at http://localhost:9889, or follow the
tmux guide to attach to its session.
Stop the named session when finished:
cao shutdown --session {session-name}
To stop every CAO session instead, run cao shutdown --all.
See CONTRIBUTING.md and DEVELOPMENT.md before submitting changes. Documentation changes must also follow the documentation maintenance rule.
This project is licensed under the Apache License 2.0. See LICENSE.
Read this in other languages: ๆฅๆฌ่ช Generative AI can make mistakes. You should consider reviewing all output and costs generated by your chosen AI model and agentic coding assistant. See AWS Responsible AI Policy.
A suite of specialized MCP servers that help you get the most out of AWS, wherever you use MCP. The Agent Toolkit for AWS is now live!
FAQ
cli-agent-orchestrator is a Claude Code plugin with 17 hand-picked skills for automation work, indexed on Flowy. Install it with the command on its page. It includes agui-author, cao-agent-routing, cao-learning. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it