start_analysis
Initiate a read-only background worker for bounded investigation or planning on a specified directory, with configurable retries and acceptance criteria.
Instructions
Start an asynchronous read-only Antigravity worker for bounded investigation or planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute path to the project or directory to inspect. | |
| task | Yes | A bounded, self-contained assignment for the worker. | |
| model | No | Antigravity model id. Defaults to gemini-3.1-pro-high. | |
| effort | No | Reasoning effort. Defaults to high. | |
| context | No | Relevant constraints or known context. | |
| max_retries | No | Automatic retries after a failed worker process. Defaults to 1. | |
| model_policy | No | Routing policy. Quality uses Pro High, balanced uses Flash Medium, and fast uses Flash Low unless configured otherwise. | |
| timeout_minutes | No | ||
| acceptance_criteria | No | Specific conditions that define a good result. |