Google's Antigravity is not just an IDE anymore. They have created multiple products out of it - CLI, IDE and SDK.
So now if you want to code through CLI then you download Antigravity CLI, if you want Cursor like editor then you have Antigravity 2.0 IDE and if you want to build AI agents then you use the Antigravity SDK.
SDK is accessible through Python port as of now. And you would be able to use it with the Gemini Key or through your own choice of LLM to build from this SDK.
I created a short video on how to create your own AI Agent using Antigravity SDK. It solves the basic steps to start building the AI agent.
How do you get started? It's simple.
Download the Python SDK version of the Antigravity SDK. Let your agent know what you wish to build.
For example, let's say you want step by step implementation of the AI agent building. In this you choose to build AI agent one step at a time. I created the same example in above video.
After creating step by step implementation you give a task to this new agent. And it starts working on say finding something on internet, finding data to extract, scrape some data from amazon etc.
Who should use the Antigravity SDK?
Those who build around Gemini AI and the scripts they wish to build with the Python based AI agent. This SDK makes it easy to create one or multiple agents doing your tasks in the background. For developers who are getting started on building an AI agent they should try out this SDK.
Top comments (0)