martin_triage_runs
Prioritize runs needing operator or agent attention by filtering on verification status, lifecycle state, and budget pressure.
Instructions
Prioritize Martin runs that need operator or agent attention based on verification, lifecycle, and budget pressure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of runs to triage. Defaults to 20. | |
| model | No | Filter by attempt model. | |
| status | No | Filter by loop status. | |
| runsDir | No | Optional runs-root override. | |
| adapterId | No | Filter by attempt adapter ID. | |
| updatedAfter | No | Optional ISO-8601 timestamp for recency filtering. | |
| includeHealthy | No | When true, include healthy runs instead of only attention-worthy findings. | |
| lifecycleState | No | Filter by lifecycle state. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| filters | Yes | ||
| findings | Yes | ||
| runsRoot | Yes | ||
| warnings | Yes | ||
| findingCount | Yes | ||
| evaluatedRuns | Yes | ||
| severityBreakdown | Yes |