API Reference
GradeContext
Defined in: goal/goal.types.ts:23
The per-round snapshot handed to a Grader after a round's inner run settles.
See
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
goal | string | The objective being pursued, verbatim. | goal/goal.types.ts:25 |
result | RunResult | The runAgent result of the round just completed. | goal/goal.types.ts:29 |
round | number | 1-based number of the round just completed. | goal/goal.types.ts:27 |
signal? | AbortSignal | The goal loop's cancel signal, forwarded so a grader that does its own I/O (e.g. a model call) can honor it. | goal/goal.types.ts:34 |