18 lines
388 B
JSON
18 lines
388 B
JSON
{
|
|
"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"
|
|
]
|
|
} |