iiRecord
Agentic AI Atlas · Antigravity SDK 0.1.1
agentVersion:antigravity-sdk:0-1-1a5c.ai
II.
AgentVersion JSON

agentVersion:antigravity-sdk:0-1-1

Structured · live

Antigravity SDK 0.1.1 json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/agent-versions/antigravity-sdk-0-1-1-2026-05-28.yamlCluster · agent-stack
Record JSON
{
  "id": "agentVersion:antigravity-sdk:0-1-1",
  "_kind": "AgentVersion",
  "_file": "agent-stack/agent-versions/antigravity-sdk-0-1-1-2026-05-28.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentId": "antigravity-sdk",
    "agentProductId": "agent:antigravity-sdk",
    "displayName": "Antigravity SDK 0.1.1",
    "runtimeFamily": "sdk",
    "releaseChannel": "alpha",
    "versionRange": "0.1.1",
    "currentVersion": "0.1.1",
    "releasedAt": "2026-05-28",
    "sourcePackage": "google-antigravity",
    "upstreamReleaseTag": "v0.1.1",
    "summary": "Alpha release of Google Antigravity Python SDK for programmatic agent construction",
    "installMethods": [
      "install:pip"
    ],
    "releaseHighlights": [
      "Three-layer Agent/Session/Adapter architecture",
      "Custom Python tool functions via decorator registration",
      "MCP server integration (McpStdioServer)",
      "Multimodal ingestion (images, video, audio, documents)",
      "Declarative policies (deny, allow, ask_user)",
      "Background triggers (every() for periodic tasks)",
      "Compiled Go runtime binary in pip wheels"
    ],
    "assimilationNotes": [
      "Requires pip install (not just git clone) for Go runtime binary",
      "Python >= 3.10 required",
      "Apache-2.0 license"
    ],
    "minSchemaVersion": "6.0.0"
  },
  "outgoingEdges": [
    {
      "from": "agentVersion:antigravity-sdk:0-1-1",
      "to": "agent:antigravity-sdk",
      "kind": "version_of"
    },
    {
      "from": "agentVersion:antigravity-sdk:0-1-1",
      "to": "install:pip",
      "kind": "installed_via",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent:antigravity-sdk",
      "to": "agentVersion:antigravity-sdk:0-1-1",
      "kind": "has_version"
    }
  ]
}