delegate
Execute heavy tasks that need shell commands, file access, or web requests by delegating to Antigravity CLI in a specified working directory.
Instructions
Raw delegation to the Antigravity CLI for heavy tasks that don't fit the other tools. agy has full tool access (shell, file reads, web) in the given cwd.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The complete task prompt for agy. | |
| cwd | No | Absolute path to the working directory / project root. Defaults to the server's cwd. | |
| model | No | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. |