Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:56 +08:00
commit 7a63714d2a
6 changed files with 701 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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": [
"./agents/context-manager.md"
],
"commands": [
"./commands/multi-agent-optimize.md",
"./commands/improve-agent.md"
]
}