Interfaces

CheckInAssemblerInput

Interface: CheckInAssemblerInput

Defined in: src/core/checkin.ts:309

Everything the assembler needs to build one evidence pack.

Properties

args

readonly args: Readonly<Record<string, unknown>>

Defined in: src/core/checkin.ts:313

The proposed arguments.


history

readonly history: readonly LLMMessage[]

Defined in: src/core/checkin.ts:319

The conversation so far — the raw material for read, drivers, trail.


intent?

readonly optional intent?: string

Defined in: src/core/checkin.ts:315

The model's stated reasoning, if any (assistant-turn text).


iteration

readonly iteration: number

Defined in: src/core/checkin.ts:317

The ReAct iteration this check-in fired on.


scorer

readonly scorer: CheckInScorer

Defined in: src/core/checkin.ts:321

The scorer to rank drivers with.


signal?

readonly optional signal?: AbortSignal

Defined in: src/core/checkin.ts:323

Abort signal threaded to the scorer.


tool

readonly tool: object

Defined in: src/core/checkin.ts:311

The chosen tool — name for citations, description for willDo.

description

readonly description: string

name

readonly name: string

On this page