start_background_job
Run a prompt as a background job on Antigravity with configurable model tier, workspaces, auto-approval, sandbox, session continuation, and timeout. Returns a job ID for status checks.
Instructions
Start a long-running Antigravity (agy/Gemini) task in the background.
Returns a job_id that can be used to check status.
Args:
prompt: The task prompt to send to Antigravity.
tier: Model tier (flash, flash-med, flash-lo, pro, pro-lo, sonnet, opus, gpt-oss). Default is flash.
dirs: Workspaces to attach so agy reads real files.
yolo: Auto-approve all tool permissions (DANGEROUS). Required for web search.
sandbox: Run agent with terminal sandbox restrictions.
continue_session: Resume the most recent agy conversation (stateful).
conversation_id: Resume a specific agy conversation by ID (stateful).
timeout: Print-mode timeout, e.g., '10m'. Default is '5m'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirs | No | ||
| tier | No | flash | |
| yolo | No | ||
| prompt | Yes | ||
| sandbox | No | ||
| timeout | No | 5m | |
| conversation_id | No | ||
| continue_session | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |