Skip to content

Agent Overview

Fresh

The Agent is the main AI functionality in Google Antigravity. It is a multi-step reasoning system powered by frontier LLMs that can reason over code, use tools (including the browser), and communicate its work through tasks and artifacts.

Architecture

Core Components

ComponentDescription
Reasoning ModelThe frontier LLM powering the agent's decision-making and code generation.
ToolsCapabilities the agent can invoke: editor, terminal, browser, file system access.
ArtifactsRich outputs the agent creates to communicate its work (plans, diffs, diagrams, recordings).
KnowledgePersistent memory system that captures insights and patterns across sessions.

Customizations

CustomizationPurpose
Agent Modes/SettingsControl reasoning depth and artifact behavior (Planning vs Fast mode).
MCPConnect external tools, databases, and services via Model Context Protocol.
Rules/WorkflowsDefine constraints and repeatable task sequences.

TIP

Multiple Agent conversations can run in parallel. Use the Agent Manager to oversee and interact with them simultaneously.

SOP Documentation Site