Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:53 +08:00
commit e8e7ede9e4
14 changed files with 2360 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "ai-sdk-agents",
"description": "Multi-agent orchestration with AI SDK v5 - handoffs, routing, and coordination for any AI provider (OpenAI, Anthropic, Google)",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}