II.
AgentProduct JSON
Structured · liveagent:antigravity-sdk
Google Antigravity SDK json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:antigravity-sdk",
"_kind": "AgentProduct",
"_file": "agent-stack/products/antigravity-sdk.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Google Antigravity SDK",
"vendor": "Google",
"homepageUrl": "https://github.com/google-antigravity/antigravity-sdk-python",
"primarySurface": "sdk",
"supportTier": "catalog-backed",
"productKind": "sdk",
"stackScope": "core-runtime",
"description": "Google's programmatic Python SDK for constructing AI agents powered by\nAntigravity and Gemini. Three-layer architecture: Agent (simplified),\nSession (conversation/tool dispatch), Adapter (transport abstraction).\nSupports custom tool functions, MCP server integration, multimodal\ningestion, and declarative policies. Includes compiled Go runtime binary\ndistributed via PyPI wheels. Requires Python >= 3.10.\n",
"repoUrl": "https://github.com/google-antigravity/antigravity-sdk-python"
},
"outgoingEdges": [
{
"from": "agent:antigravity-sdk",
"to": "agentVersion:antigravity-sdk:0-1-1",
"kind": "has_version"
},
{
"from": "agent:antigravity-sdk",
"to": "language:python",
"kind": "composed_of",
"attributes": {
"role": "sdk"
}
},
{
"from": "agent:antigravity-sdk",
"to": "language:go",
"kind": "composed_of",
"attributes": {
"role": "runtime-binary"
}
}
],
"incomingEdges": [
{
"from": "agentVersion:antigravity-sdk:0-1-1",
"to": "agent:antigravity-sdk",
"kind": "version_of"
}
]
}