antigravity-sdk-python

antigravity-sdk-python

Python library for building AI agents based on Google Antigravity.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 2.0k
Source
mcp-github

Overview

The Google Antigravity SDK is a Python library for building AI agents powered by Antigravity and Gemini. It provides a secure, scalable, and stateful infrastructure layer that abstracts the agent loop, allowing you to focus on agent functionality rather than its execution mechanics. With simple configuration and API calls, developers can quickly create powerful AI agents. Ideal for applications requiring advanced AI capabilities.

Capabilities

  • Supports multimodal input (text, image, video, etc.)
  • Real-time streaming response output
  • Tool invocation interception and handling
  • Streaming transmission of internal model inference

Use cases

Codebase navigation assistantIntelligent customer service systemAutomated document generationComplex data analysis

Setup

Requires: GEMINI_API_KEYNode环境
pip install google-antigravity

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started with this SDK?

Run the example scripts in the examples directory after installation.

Do I need additional binary files?

No, required binaries are automatically included during installation.

Related skills