agy_interactive_start
Start a persistent interactive Antigravity session for long-running agent tasks. Queues input and releases prompts after detecting completed planner responses, enabling ongoing dialogue.
Instructions
EXPERIMENTAL: start a persistent interactive Antigravity session.
This should not be used often. The bridge queues input and releases one prompt after detecting a completed planner response. This depends on transcript semantics and may deadlock if agy changes response event types. Completed responses do not terminate this session. Use agy_target_send_text for subsequent prompts and agy_cancel to close it. sandbox and additional_directories are CLI policy hints forwarded to Antigravity, not filesystem containment or a bridge security boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| workspace | Yes | ||
| timeout_seconds | No | ||
| dangerously_skip_permissions | No | ||
| model | No | Gemini 3.5 Flash (Medium) | |
| sandbox | No | ||
| additional_directories | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||