agy_ask
Send a one-shot prompt to Google Antigravity CLI for coding, debugging, or reasoning tasks. Delegate focused work to Gemini via Antigravity and get response.
Instructions
Send a one-shot prompt to the Google Antigravity CLI (agy) and return its response. Use to delegate a focused coding, debugging, or reasoning task to Gemini via Antigravity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | agy --model (optional) | |
| prompt | Yes | The prompt to send to agy | |
| add_dir | No | Explicit directories to add to agy's workspace. Overrides the workspace default below. | |
| timeout | No | Hard timeout in seconds (override when a task legitimately needs longer). | |
| workspace | No | auto (default): if no add_dir given, add the server's cwd so agy sees the repo — needed for coding tasks. none: no workspace (use for research / Q&A that needs no repo context). |