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