Google's agent-first development platform combining an AI IDE with multi-agent orchestration
Google Antigravity is an agentic development platform announced on the Google Developers Blog (November 2025). It pairs a familiar AI-assisted editor with a Manager Surface where developers spawn and observe agents working asynchronously across editor, terminal, and browser. Agents produce Artifacts—such as task lists, implementation plans, screenshots, and browser recordings—for review instead of relying only on raw tool logs. Public preview is offered at no cost for individuals on macOS, Windows, and Linux, with model choice including Gemini 3 Pro plus third-party models such as Claude Sonnet 4.5 and OpenAI GPT-OSS as described by Google.
使用场景
- Delegate end-to-end feature work where an agent edits code, runs the terminal, and verifies in the browser
- Run long-running bug reproduction and fix pipelines while monitoring progress asynchronously
- Iterate on UI changes with screenshot-backed updates for faster visual review
- Coordinate multiple agents on parallel maintenance tasks without blocking the main editor session
主要功能
- Editor View: AI-powered IDE with tab completions and inline commands for hands-on coding
- Manager Surface: orchestrate multiple agents asynchronously across workspaces
- Cross-surface agents: planning and execution spanning editor, terminal, and browser
- Artifacts: review deliverables such as plans, screenshots, and recordings instead of only tool traces
- Knowledge retention: agents can save snippets and context for reuse on later tasks
- Model optionality: Gemini plus supported third-party models (per Google's announcement)
相关推荐
相关推荐
3 收录条目