Google details Antigravity SDK for custom multi-agent control planes
This post details Google's Antigravity SDK, providing the core runtime for building custom, centralized multi-agent hubs. It enables developers to integrate declarative safety policies, real-time telemetry, and stateful multi-turn persistence into their applications for managing LLM workloads. The SDK is crucial for operations engineers who need to monitor and control multiple active agents, offering a unified view to diagnose issues and track performance. It addresses common challenges in observing agent progress, tool calls, and resource usage with its comprehensive toolkit.
- →Sandboxed built-in tools and workspace scoping
- →Session isolation and trajectory persistence
Features (2) ›
- Sandboxed built-in tools and workspace scoping
The SDK provides out-of-the-box production-ready file and workspace tools, removing the need for custom filesystem wrappers. When combined with configured workspaces and declarative safety policies, these tools are strictly confined to authorized directories for enhanced security.
- Session isolation and trajectory persistence
State persistence in the Antigravity SDK is managed through declarative configuration, not an external database. Specifying a `save_dir` establishes a root directory where full turn trajectories, tool receipts, and artifacts are preserved under a unique conversation ID.
https://cloud.google.com/blog/topics/developers-practitioners/power-agent-hubs-or-custom-harnesses-with-the-antigravity-sdk/
Related releases
- VPC Service Controls for Observability API reaches general availability Google Cloud release notes ·
- Terraform Google Cloud Provider v8.2.0 Adds Resources for App Engine, Vertex AI, and Security Terraform Google Provider Releases ·
- Cloud SQL for SQL Server Admin API Regional Endpoints Go GA Google Cloud release notes ·
- Cloud SQL for MySQL Regional Endpoints General Availability Google Cloud release notes ·
- Google Cloud Knowledge Catalog Adds Data Domains Feature in Preview Google Cloud release notes ·
- Google Cloud Introduces Data Agent Kit for Agentic Data Analysis in IDEs Google Cloud Blog ·