Wait for a delegated task
ag_task_waitPause current execution until a delegated Antigravity task finishes or times out. Use when you cannot proceed without its result.
Instructions
Block until a delegated Antigravity task finishes, or until timeout. Prefer ag_task_status and doing your own work in between -- only wait when you genuinely cannot proceed without Antigravity's result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| timeout_seconds | No |