16 lines
483 B
JSON
16 lines
483 B
JSON
{
|
|
"name": "agent-orchestration",
|
|
"description": "Multi-agent system optimization, agent improvement workflows, and context management",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"agents": [
|
|
"./plugins/agent-orchestration/agents/context-manager.md"
|
|
],
|
|
"commands": [
|
|
"./plugins/agent-orchestration/commands/multi-agent-optimize.md",
|
|
"./plugins/agent-orchestration/commands/improve-agent.md"
|
|
]
|
|
} |