Interfaces

CheckInAssemblerInput

Interface: CheckInAssemblerInput

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

Everything the assembler needs to build one evidence pack.

Properties

args

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

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

The proposed arguments.


history

readonly history: readonly LLMMessage[]

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

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


intent?

readonly optional intent?: string

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

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


iteration

readonly iteration: number

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

The ReAct iteration this check-in fired on.


scorer

readonly scorer: CheckInScorer

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

The scorer to rank drivers with.


signal?

readonly optional signal?: AbortSignal

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

Abort signal threaded to the scorer.


tool

readonly tool: object

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

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

description

readonly description: string

name

readonly name: string

On this page