惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
美团技术团队
Recent Announcements
Recent Announcements
B
Blog
GbyAI
GbyAI
雷峰网
雷峰网
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
V
V2EX
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏

AWS Open Source Blog

Unified Knowledge Graph RAG on AWS: GraphRAG and LightRAG on one stack | Amazon Web Services Introducing Pizza Bot, an open source inbox for AI agents that work in the background | Amazon Web Services Build full-stack AWS applications in minutes with AI-powered scaffolding | Amazon Web Services AWS Supports Agent Plugins: An Open Standard for Portable Agent Extensions | Amazon Web Services Introducing Dogwood: runtime verification for AI agents | Amazon Web Services Open Protocols with the Strands Agents SDK | Amazon Web Services Building secure AI agents at scale: Introducing Loom for AWS | Amazon Web Services Introducing MCP server for Registry of Open Data on AWS | Amazon Web Services Building a Stateful IT Service Desk Agent with LangGraph on Amazon EKS | Amazon Web Services Open Governance for MySQL: A Step Forward for the Community | Amazon Web Services Governing AI Assets at Scale with MCP Gateway and Registry | Amazon Web Services Introducing Trusted Remote Execution: Policy-Enforced Scripts for AI Agents and Humans | Amazon Web Services Decoupling Authorization at Scale: MongoDB Atlas and Cedar-Based Resource Policies | Amazon Web Services Deploying cloud-based engineering workbenches with the Virtual Engineering Workbench on AWS | Amazon Web Services OCSF Achieves ITU Support: Powering AI-Ready Security Operations | Amazon Web Services AWS and Others Invest $12.5M to Defend the Open Source Ecosystem from AI Threats | Amazon Web Services Introducing Strands Labs: Get hands-on today with state-of-the-art, experimental approaches to agentic development | Amazon Web Services Cedar Joins CNCF as a Sandbox Project | Amazon Web Services Building intelligent physical AI: From edge to cloud with Strands Agents, Bedrock AgentCore, Claude 4.5, NVIDIA GR00T, and Hugging Face LeRobot | Amazon Web Services Shaping the future of MCP: AWS’s commitment and vision | Amazon Web Services Introducing Strands Agent SOPs – Natural Language Workflows for AI Agents | Amazon Web Services Announcing ml-container-creator for easy BYOC on SageMaker | Amazon Web Services The Swift AWS Lambda Runtime moves to AWSLabs | Amazon Web Services Jupyter Deploy: Create a JupyterLab application with real-time collaboration in the cloud in minutes | Amazon Web Services Strands Agents and the Model-Driven Approach | Amazon Web Services AWS joins the DocumentDB project to build interoperable, open source document database technology | Amazon Web Services Open Protocols for Agent Interoperability Part 4: Inter-Agent Communication on A2A | Amazon Web Services Powering AI-Driven Security with the Open Cybersecurity Schema Framework | Amazon Web Services Introducing Strands Agents 1.0: Production-Ready Multi-Agent Orchestration Made Simple | Amazon Web Services Open Protocols for Agent Interoperability Part 3: Strands Agents & MCP | Amazon Web Services
Introducing CLI Agent Orchestrator: Transforming Develope...
2025-10-22 · via AWS Open Source Blog

AWS Open Source Blog

Today we are introducing CLI Agent Orchestrator (CAO, pronounced “kay-oh”), an open source, multi-agent orchestration framework that transforms how developers work with AI-powered CLI tools such as Amazon Q CLI and Claude Code. While individual developer CLI tools excel at focused tasks with sophisticated reasoning and autonomous execution, complex enterprise development projects often require coordination across multiple disciplines—such as architecture design, parallel development, security reviews, performance optimization, and integration testing. This highlights the limitations of using a CLI tool as a single smart agent for complex, multi-disciplinary development work.

To address the challenges, CAO creates a hierarchical orchestration system where multiple specialized CLI AI agents work together under intelligent supervision. Each agent retains the full reasoning capabilities of their underlying CLI tool while contributing to coordinated workflows that exceed single-agent capacity. This enables users to tackle complex projects through intelligent task delegation, session-based isolation, and adaptive workflow patterns, and transforming CLI tool from a powerful individual agent into an orchestrated multi-agent powerhouse.

Consider modernizing a mainframe application: Rather than one CLI tool struggling to handle everything, CAO orchestrates four specialized agents working together: an Architecture agent designs the modern cloud structure, a Security agent updates authentication flows, a Performance agent optimizes critical bottlenecks, and a Test agent creates and validates those test cases. The orchestrator ensures these agents collaborate effectively, producing a cohesive modernization plan that would be impossible for a single agent to develop.

With CAO orchestration, developers now have access to coordinated multi-agent workflows for use cases like:

  • Complex Software Development: Multi-service architectures requiring coordinated development, review, and integration
  • Re-imagine Enterprise Transformations: Re-imagine large-scale migrations and modernization that required systematic planning with parallel implementation with CAO to accelerate
  • Research and Analysis: Comprehensive studies requiring both sequential reasoning and parallel data processing
  • Quality Assurance Workflows: Multi-stage review processes with different types of expertise at each stage

How CLI Agent Orchestrator Amplifies Q CLI’s Agentic Power

CLI Agent Orchestrator operates as a hierarchical multi-agent system with two primary components:

  • A supervisor agent that manages overall workflow coordination, and specialized worker agents.
  • Specialized worker agents that handle domain-specific tasks.

CLI Agent Orchestrator Conceptual Diagram

CLI Agent Orchestrator introduces the following features:

  • Hierarchical orchestration – CAO’s supervisor agent coordinates workflow management and task delegation to specialized worker agents. The supervisor maintains overall project context while agents focus on their domains of expertise.
  • Session-based isolation – Each agent operates in isolated tmux sessions, ensuring proper context separation while enabling seamless communication through Model Context Protocol (MCP) servers. This provides both coordination and parallel processing capabilities.
  • Intelligent task delegation – CAO automatically routes tasks to appropriate specialists based on project requirements, expertise matching, and workflow dependencies. The system adapts between individual agent work and coordinated team efforts through three orchestration patterns:
    • Handoff – Synchronous task transfer with wait-for-completion
    • Assign – Asynchronous task spawning for parallel execution
    • Send Message – Direct communication with existing agents
  • Flexible workflow patterns – CAO supports both sequential coordination for dependent tasks and parallel processing for independent work streams. This allows optimization of both development speed and quality assurance processes. The new beta scheduled runs feature adds crontab-like scheduling, allowing automated execution of workflows at specified intervals.
  • Flow – Scheduled runs – Automated execution of workflows at specified intervals using cron-like scheduling, enabling routine tasks and monitoring workflows to run unattended.
  • Context preservation. The supervisor agent provides only necessary context to each worker agent, avoiding context pollution.
  • Direct worker interaction and steering: The user can turn on the ability to interact directly with a worker agent to provide additional steering, which distinguishes from the sub-agents feature of Claude Code, which specialized expert AI assistants within Claude Code that handle specific parts of a larger task.
  • Advanced CLI integration – CAO supports advanced features of the developer CLI, such as the sub-agents feature of Claude Code, Custom Agent of Amazon Q Developer for CLI and so on.

CLI Agent Orchestrator Privacy and Security Considerations

CAO maintains strong privacy and security practices by operating entirely within your local environment. All agent communications occur through local tmux sessions and MCP servers, with no external data transmission beyond standard CLI Tool interactions. Agent contexts and workflow configurations are stored locally, giving you complete control over sensitive project information.

The system supports profile-based agent isolation, ensuring that different agents can operate with appropriate access levels and contexts. Conversation tracking and logging provide full transparency into agent interactions while maintaining data locality and security.

Getting started with CLI Agent Orchestrator

To begin using CAO, please follow the README.md from the CLI Agent Orchestrator Github Repo. The repository also includes example workflows for you to quickly spin up your projects. CAO also provides a nice User Interface (UI) to easily navigate throughout interactions and orchestration.

Now Available

CAO is available today with support for the following CLI Developer Tools:

Additional support in Developer CLI tools such as OpenAI Codex CLI, Gemini CLI, Qwen CLI, Aiden are planned on the future project roadmap.

To learn more, visit the CAO GitHub repository and the documentation for your preferred developer CLI tool:

Try CAO with your preferred developer CLI tool now, and provide feedback through the respective support channels or the CAO GitHub repository.