| name | google-antigravity-sdk |
| description | Design, implement, and debug autonomous AI agents and multi-agent systems using the Google Antigravity (AGY) SDK. ACTIVATE this skill when the user wants to create, configure, or orchestrate Google Antigravity agents. |
Google Antigravity SDK
Installation & Setup
Before proceeding with any Google Antigravity tasks, ensure the environment is
ready:
- Verify Applicability: If operating in an existing codebase, verify that
using this Python SDK is possible and appropriate for the project.
- Check Dependencies: Check if
google-antigravity is listed in the
project's dependencies (e.g., requirements.txt, pyproject.toml).
- Install Package: Ensure the
google-antigravity Python package is
installed.
- Authentication Setup: Check for a valid
GEMINI_API_KEY environment
variable or a .env file (required to access Gemini models).
- If credentials are missing, you MUST actively help the user get set up
with an API key by providing the following link:
- Default to Google AI Studio:
https://aistudio.google.com/app/api-keys
- Explain that the API key can be passed explicitly in code as shorthand
(e.g.,
LocalAgentConfig(api_key="...")) or automatically read from the
environment.
Routing Table
Use the following information to dig deeper into specific topics based on the
user request. Read the referenced files or explore the directories to find
relevant information.
References
- If the user needs to understand the high-level overview and core concepts of
the Google Antigravity SDK (Agent, Conversation, Connection), read
references/architecture.md.