agda_auto
Preview Agda proof search results, or atomically apply and typecheck them using apply:true.
Instructions
Preview Agda proof search, or atomically apply and typecheck it with apply:true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Opaque goal handle returned by the latest module state | |
| apply | No | Guardedly write the proposal and typecheck it in one transaction | |
| async | No | true always returns a job handle; false blocks until Agda finishes | |
| query | No | Agda auto search options | |
| timeoutMs | No | Override the configured Agda command timeout for this call | |
| includeRaw | No | Include Agda's native event log; omitted by default because it is large | |
| deferAfterMs | No | How long this call may block before returning a job handle; capped by maxJobWaitMs |