Framework · Coding Agents

Google Antigravity

Google's agent-first development platform (IDE + Go CLI) with multi-agent orchestration; successor to Gemini CLI.

Description

Agentic IDE plus a Go-based Antigravity CLI announced at Google I/O 2026. It carries forward Gemini CLI's Agent Skills, Hooks, Subagents and Extensions (now plugins) and adds multi-agent orchestration. Google is deprecating Gemini CLI for free/individual users on 2026-06-18 and steering them to Antigravity.

Solution

A tool-using coding agent with lifecycle hooks and skill loading; subagents handle delegated work, and a multi-agent orchestration layer coordinates them across the IDE and CLI surfaces.

Primary use cases

  • agent-first coding in an IDE and terminal on Google models
  • skills/hooks/subagents-based extensibility migrated from Gemini CLI
  • multi-agent orchestration of coding tasks

Open the full interactive page

Diagram, neighbourhood map, code examples, related patterns and full provenance.

Related