Agency Orchestrator provides YAML-based multi-agent orchestration to run AI-enabled workflows with 267 roles and 11 model options, including a desktop and CLI path. It supports via commands like ao compose and ao run, plus MCP server integration.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Agency Orchestrator is a toolset for orchestrating multi-agent AI workflows from YAML configurations. It provides 267 built-in roles, supports 11 model/providers, and offers both CLI and desktop interfaces. It can run workflows locally, include acceptance criteria, and manage teams/loadouts of roles. It also offers a web Studio interface and supports multiple languages for roles.
How it works
Workflows are defined in YAML with an agents_dir, llm provider/model, and steps. The engine builds a DAG, detects parallel steps, passes outputs between steps, and can run locally or via MCP servers. It can auto-load roles from agency-agents directories and supports dependency management between steps. It supports various providers and API keys, including DeepSeek and OpenAI-compatible endpoints.
Getting started
npm install -g agency-orchestrator
Start the CLI to compose and run workflows, or use the desktop client which includes its own engine and Node. Example commands include:
ao compose "一句话描述" --run
ao demo
Install details mention Docker deployment and environment variables for directories (AO_HOME, AO_DATA_DIR, AO_AGENTS_DIR) and notes about local vs API-based usage.
Recent releases
Latest desktop releases show v0.4.1 (2026-07-20) and prior v0.4.0 (2026-07-19), with platform-specific installers for macOS (arm64/dmg), Windows (Setup.exe), and Linux (AppImage). Earlier releases include v0.3.0 (2026-07-17) and v0.2.9/v0.2.8 (2026-07-08), each noting desktop builds with self-contained engines.
Traction
Stars: 1979; Forks: 267; Open issues: 11.
Behind the repo
The repository documents a multilingual role library (ko, ru, pt-br, id, ar) and references a community-contributed agent set (agency-agents-zh, agency-agents-ko). It notes Docker/NAS deployment options and provides links to a releases page for desktop clients.
Caveats
License: Apache-2.0. Created 2026-03-21; last push 2026-08-03. Open issues: 11. Documentation includes multiple languages and deployment notes; readers should verify provider configurations (API keys, base URLs) and ensure compatibility with local models vs cloud providers.






