peer_ask
Ask a peer AI agent for code review, planning, or debugging by providing a question, repository path, and relevant files. Includes context and task details to guide the response.
Instructions
Before calling: read relevant source files and attach full contents via files. Pass complete diffs/logs — never prose summaries. Set task with goals, affected behavior, and specific concerns. General knowledge or grounded Q&A — routes to Antigravity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Required. The decision or question, plus what constraints and tradeoffs the answer must address. | |
| repo_path | Yes | Absolute path to the repository root the peer should work in (e.g. /home/user/my-app). | |
| context | No | Background the peer needs: prior decisions, relevant code paths, docs links, or constraints. | |
| files | No | Changed source files and binary attachments (screenshots, PDFs). Use correct file extensions for images/PDFs and pass base64 or data-URI content. | |
| task | No | Human-readable session label: what you are trying to achieve, affected behavior, and specific concerns for the peer. | |
| idempotency_key | Yes | Stable key for this operation (e.g. review-auth-jwt-1). Reuse the same key when retrying after timeout. |