Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,376+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1543
    • Coding1167
    • Infrastructure522
    • Marketing438
    • Design413
    • Projects377
    • Research348
    • Analytics325
    • Testing213
    • MCP206
    • Data200
    • Security186
    • Integration167
    • Learning154
    • Communication144
    • Prompts139
    • Extensions133
    • Voice122
    • Commerce121
    • DevOps97
    • Web75
    • Finance21
    1. Home
    2. Tools
    3. Google Antigravity SDK
    Google Antigravity SDK icon

    Google Antigravity SDK

    Agent Frameworks
    Featured

    A Python SDK for building AI agents powered by Google Antigravity and Gemini, providing a secure, scalable, and stateful infrastructure layer that abstracts the agentic loop.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source Python SDK available under Apache License 2.0, free to use, modify, and distribute.

    Engagement

    Available On

    API
    CLI
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksAI Development LibrariesMCP Integration

    Alternatives

    Composio SDKParlantMindRoot
    Developer
    Google CloudMountain View, CAEst. 2008

    Listed May 2026

    About Google Antigravity SDK

    The Google Antigravity SDK is a Python library released by Google as part of the Google I/O event, designed to simplify the construction of AI agents built on Gemini. It abstracts the agentic loop behind a clean async API, letting developers focus on agent behavior rather than infrastructure plumbing. The SDK is distributed via PyPI (pip install google-antigravity) and includes a compiled runtime binary bundled in platform-specific wheels — cloning the repository alone is not sufficient to run it.

    What It Is

    Google Antigravity SDK is a developer framework in the agent frameworks category. Its core job is to provide a stateful, secure, and scalable infrastructure layer for Gemini-powered AI agents written in Python. Rather than requiring developers to manually wire together model calls, tool dispatch, session history, and lifecycle hooks, the SDK encapsulates all of that behind three composable layers: a high-level Agent class, a session-level Conversation abstraction, and a low-level transport adapter (Connection/ConnectionStrategy).

    Three-Layer Architecture

    The SDK is organized into a deliberate three-layer stack:

    • Layer 1 — Simplified: The Agent class is the batteries-included entry point. It handles binary discovery, tool wiring, hook registration, and policy defaults behind a single async context manager.
    • Layer 2 — Session: Conversation, ChatResponse, Step, ToolCall, HookRunner, ToolRunner, and TriggerRunner provide stateful session management with history accumulation, turn counting, and streaming step introspection.
    • Layer 3 — Adapter: Connection, ConnectionStrategy, and LocalConnection abstract the transport and backend, making it possible to swap execution environments without changing application logic.

    Key Capabilities

    • Multimodal ingestion: Attach images, videos, audio, and documents alongside text prompts using typed content classes (Image, from_file) or raw in-memory bytes.
    • Custom tools: Register plain Python functions as agent-callable tools with automatic type inference.
    • MCP integration: Connect to external Model Context Protocol (MCP) servers via McpStdioServer, exposing their tools directly to the agent.
    • Hooks and policies: A declarative policy system supports deny, allow, ask_user, and enforce rules per tool, enabling fine-grained human-in-the-loop control.
    • Triggers: Background tasks can react to external events (e.g., on a timer with every(60, handler)) and push messages into the agent autonomously.
    • Streaming: Real-time token streaming, thought/reasoning delta streaming, and strongly-typed ToolCall event streaming are all supported via async iterators.

    Safety and Defaults

    By default, Agent runs in read-only mode — write-capable tools are disabled unless explicitly enabled via CapabilitiesConfig(). The policy system allows developers to block all tools by default and selectively allow or gate specific operations behind user confirmation, making it practical to deploy agents in sensitive environments.

    Update: Released at Google I/O

    The SDK was released as part of the Google I/O event and published to PyPI under the package name google-antigravity. The GitHub repository (google-antigravity/antigravity-sdk-python) was created in April 2026 and last updated in May 2026. The project is licensed under Apache License 2.0, making it fully open source. Documentation is expected at the Google Cloud developer docs landing page, though the vendor notes that the docs page had not yet been updated at the time of release. The repository had accumulated 108 stars and 13 forks shortly after launch.

    Google Antigravity SDK - 1

    Community Discussions

    Be the first to start a conversation about Google Antigravity SDK

    Share your experience with Google Antigravity SDK, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source Python SDK available under Apache License 2.0, free to use, modify, and distribute.

    • Full SDK source code under Apache License 2.0
    • pip install via PyPI
    • All agent, conversation, and connection features
    • MCP integration
    • Custom tools and hooks

    Capabilities

    Key Features

    • Async Agent class with full lifecycle management
    • Stateful Conversation sessions with history accumulation
    • Real-time token streaming via async iterators
    • Thought/reasoning delta streaming
    • Strongly-typed ToolCall event streaming
    • Multimodal ingestion (images, video, audio, documents)
    • Custom Python function tool registration
    • MCP (Model Context Protocol) server integration
    • Declarative hooks and policy system (deny, allow, ask_user, enforce)
    • Background triggers reacting to external events
    • Read-only mode by default for safety
    • Three-layer architecture (Agent, Conversation, Connection)
    • Interactive loop utility
    • Platform-specific PyPI wheels with compiled runtime binary

    Integrations

    Gemini API
    Model Context Protocol (MCP)
    PyPI
    Google Cloud
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Google Antigravity SDK and help others make informed decisions.

    Developer

    Google Cloud

    Google LLC is a multinational technology company specializing in search engine technology, online advertising, cloud computing, computer software, quantum computing, e-commerce, artificial intelligence, and consumer electronics.

    Founded 2008
    Mountain View, CA
    37,000 employees

    Used by

    Apple (largest storage customer as of…
    Snapchat/Snap Inc. ($2 billion 5-year…
    Target
    Spotify
    +23 more
    Read more about Google Cloud
    WebsiteGitHubX / Twitter
    5 tools in directory

    Similar Tools

    Composio SDK icon

    Composio SDK

    Open-source SDK for Python and TypeScript that gives AI agents access to 1000+ toolkits with built-in authentication, context management, and tool search.

    Parlant icon

    Parlant

    Open-source conversational AI engine that keeps LLM agents business-aligned and compliant through alignment modeling and granular guidelines.

    MindRoot icon

    MindRoot

    Open source AI agent web app platform for building, deploying, and sharing customizable AI agents with plugin architecture.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    304 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    169 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    53 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    7views
    Discussions