Files
42marketplaces/sync/gh-rawe-claude-agent-orchestrator-plugins-agent-orchestrator.json
2025-11-30 09:08:53 +08:00

18 lines
652 B
JSON

{
"name": "agent-orchestrator",
"owner": {
"name": "rawe",
"email": "noreply@example.com"
},
"plugins": [
{
"name": "agent-orchestrator",
"description": "Core Agent Orchestrator Framework (AOF) plugin. Provides Python ao-* commands and slash commands for orchestrating specialized Claude Code agent sessions. Use this for low-level agent management, session control, and custom agent definitions. Requires Python and uv.",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-rawe-claude-agent-orchestrator-plugins-agent-orchestrator.git"
},
"strict": true
}
]
}