CheckInAssemblerInput
Interface: CheckInAssemblerInput
Defined in: src/core/checkin.ts:309
Everything the assembler needs to build one evidence pack.
Properties
args
readonlyargs:Readonly<Record<string,unknown>>
Defined in: src/core/checkin.ts:313
The proposed arguments.
history
readonlyhistory: readonlyLLMMessage[]
Defined in: src/core/checkin.ts:319
The conversation so far — the raw material for read, drivers, trail.
intent?
readonlyoptionalintent?:string
Defined in: src/core/checkin.ts:315
The model's stated reasoning, if any (assistant-turn text).
iteration
readonlyiteration:number
Defined in: src/core/checkin.ts:317
The ReAct iteration this check-in fired on.
scorer
readonlyscorer:CheckInScorer
Defined in: src/core/checkin.ts:321
The scorer to rank drivers with.
signal?
readonlyoptionalsignal?:AbortSignal
Defined in: src/core/checkin.ts:323
Abort signal threaded to the scorer.
tool
readonlytool:object
Defined in: src/core/checkin.ts:311
The chosen tool — name for citations, description for willDo.
description
readonlydescription:string
name
readonlyname:string
