Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:31 +08:00
commit 9770bf84ad
5 changed files with 839 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "jeremy-vertex-engine",
"description": "Vertex AI Agent Engine deployment inspector and runtime validator",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}