14 lines
412 B
JSON
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"
|
|
]
|
|
} |