Discover and explore top open-source AI tools and projects—updated daily.
google-antigravityPython SDK for building secure, scalable AI agents
New!
Top 45.3% on SourcePulse
The Google Antigravity SDK is a Python library designed for developers building AI agents powered by Antigravity and Gemini. It offers a secure, scalable, and stateful infrastructure layer that abstracts the complexities of the agentic loop, enabling users to concentrate on agent functionality rather than operational overhead. The SDK aims to simplify the development and deployment of sophisticated AI agents.
How It Works
The SDK employs a three-layer architecture: a high-level "Simplified" entry point (Agent), a stateful "Session" layer (Conversation) for managing history and convenience methods, and a flexible "Adapter" layer (ConnectionStrategy) for transport and backend abstraction. It abstracts the agentic loop, handling binary discovery, tool wiring, hook registration, and policy defaults. The system supports real-time streaming of agent output, internal model reasoning, and tool call events, providing granular control and a fluid user experience.
Quick Start & Requirements
pip install google-antigravityGEMINI_API_KEY environment variable.pip install google-antigravity) to obtain this binary; cloning the repository alone is insufficient.examples/ directory.Highlighted Details
Maintenance & Community
No specific details regarding contributors, sponsorships, or community channels (like Discord/Slack) were found in the provided README.
Licensing & Compatibility
The project is licensed under the Apache License 2.0. This license is generally permissive and compatible with commercial use and closed-source linking.
Limitations & Caveats
Cloning the repository directly is insufficient for running the SDK; users must install the package from PyPI to acquire the necessary compiled runtime binary.
3 days ago
Inactive
agi-inc
ag2ai