Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:24 +08:00
commit af30225584
13 changed files with 2319 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "jeremy-adk-orchestrator",
"description": "Production ADK orchestrator for A2A protocol and multi-agent coordination on Vertex AI",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"skills": [
"./skills"
],
"agents": [
"./agents",
"./agent"
]
}