Delegate to Antigravity
delegate_to_antigravitySend a task to the Google Antigravity desktop app and return its reply. Drives the app's chat UI to submit and read responses.
Instructions
Send a task to the Google Antigravity desktop app and return its reply. Drives the real, already-logged-in app UI (types into its chat box and reads the response) — does not touch Antigravity's internals or credentials. Requires Antigravity.app to be installed and signed in on this machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task, question, or instruction to send to Antigravity. | |
| model | No | Which model Antigravity should use. If omitted, uses whatever model is currently selected in the app. Gemini 3.5 Flash ($1.50/$9 per 1M in/out) — fastest and cheapest of the group; strong coding/agentic benchmarks. Good default for quick, well-scoped tasks. Gemini 3.1 Pro ($2/$12) — adds a "thinking" mode for harder reasoning (ARC-AGI-2 ~77%); costlier for long (>200K token) context. Claude Sonnet 4.6 ($3/$15) — best-regarded for coding quality, computer-use, and multi-step agent workflows (SWE-bench ~80%). Claude Opus 4.6 ($5/$25, higher in fast mode) — strongest at complex, ambiguous, multi-step reasoning; the pick for legal/financial/research-grade analysis. GPT-OSS 120B (~$0.03-0.09/$0.10-0.40 — far cheaper than the rest) — open-weight, near-o4-mini reasoning, solid coding/tool-use. Good for high-volume or low-stakes tasks. Gemini models and Claude+GPT models draw from SEPARATE Antigravity quota pools — call getAntigravityQuota() first if unsure which pool has room. | |
| timeoutMs | No | Max time to wait for a reply, in milliseconds. Default 120000 (2 minutes). |