Files
2025-11-29 18:00:01 +08:00

14 lines
412 B
JSON

{
"name": "orchestrator",
"description": "Master coordinator for complex multi-agent workflows. Intelligently decomposes tasks, creates execution plans, and coordinates subagents for optimal parallel execution.",
"version": "1.0.0",
"author": {
"name": "Puerto Plugin Collection"
},
"skills": [
"./skills/orchestration/SKILL.md"
],
"agents": [
"./agents/orchestrator-planner.md"
]
}