Built a CLI orchestrator that runs agency-agents roles as a team — agency-orchestrator #464
jnMetaCode
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋
I've been using agency-agents role definitions and built an open-source CLI tool on top of them: agency-orchestrator.
The idea is simple: instead of using one agent at a time, you describe what you want in one sentence, and the tool automatically picks the right roles from agency-agents, builds a DAG, and runs them in parallel.
How it works
npm install -g agency-orchestrator ao compose "plan a side hustle for a developer" --runThis single command:
Example output
Key features
Credits
agency-orchestrator uses agency-agents as the English role library. Huge thanks to @msitarzewski for creating such a comprehensive collection of agent personalities — it's the foundation that makes multi-agent collaboration practical.
I also maintain agency-agents-zh with 211 Chinese role definitions for the Chinese community.
Would love to hear your feedback or ideas for new workflows!
GitHub: https://github.com/jnMetaCode/agency-orchestrator
npm:
npm install -g agency-orchestratorBeta Was this translation helpful? Give feedback.
All reactions