Interfaces
CheckInTrail
Interface: CheckInTrail
Defined in: src/core/checkin.ts:107
A compact grouped summary of the run so far.
Properties
iteration
readonlyiteration:number
Defined in: src/core/checkin.ts:109
Which ReAct iteration this check-in fired on.
summary
readonlysummary:string
Defined in: src/core/checkin.ts:113
One-line human summary, e.g. "3 tools run over 2 iterations".
toolCalls
readonlytoolCalls: readonlyobject[]
Defined in: src/core/checkin.ts:111
The tool calls already completed this run, oldest first.
