agda_job_await
Wait for and retrieve the result of a pending Agda job within a given timeout, returning pending status if still running.
Instructions
Collect the result of a pending Agda job, waiting up to waitMs; returns pending again if still running
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes | Job id returned by a pending tool result | |
| waitMs | No | Milliseconds to wait for completion before returning pending again |