Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:43 +08:00
commit 39b1550012
8 changed files with 1042 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "004-jeremy-google-cloud-agent-sdk",
"description": "Google Cloud Agent Development Kit (ADK) and Agent Starter Pack mastery - build containerized multi-agent systems with production-ready templates, deploy to Cloud Run/GKE/Agent Engine, RAG agents, ReAct agents, and multi-agent orchestration.",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}