agy_run_start
Start or resume a foreground Antigravity Run to delegate agent work, with resumable execution and project scoping for long-running tasks.
Instructions
Start or continue one foreground Antigravity Run.
mode="task" starts a normal bridge-owned task. mode="interactive" starts a persistent conversation session that should be used sparingly. Supplying conversation_id continues that exact Antigravity conversation. dangerously_skip_permissions must be true; the bridge always forwards --dangerously-skip-permissions to Antigravity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | task | |
| model | No | Gemini 3.5 Flash (Medium) | |
| prompt | Yes | ||
| sandbox | No | ||
| workspace | Yes | ||
| conversation_id | No | ||
| timeout_seconds | No | ||
| additional_directories | No | ||
| dangerously_skip_permissions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||