Skip to content

DistillerDeps

Defined in: src/distiller.ts:78

herdr: Pick<HerdrDriver, "start" | "stop">

Defined in: src/distiller.ts:91


optional maxConcurrent?: number

Defined in: src/distiller.ts:99


optional minSignals?: number

Defined in: src/distiller.ts:98


optional model?: string | null

Defined in: src/distiller.ts:94


optional now?: () => number

Defined in: src/distiller.ts:95

number


onChange: () => void

Defined in: src/distiller.ts:93

void


optional readProposals?: (dir) => RawProposals | null

Defined in: src/distiller.ts:106

string

RawProposals | null


scratch: object

Defined in: src/distiller.ts:92

create: () => object

object

dir: string

remove: (dir) => void

string

void


store: Pick<SessionStore, "listSignals" | "addLearning" | "listLearnings" | "listActiveLearnings" | "getRepoConfig" | "incrementLearningIneffective" | "mergeLearning" | "retireLearning" | "getLearning">

Defined in: src/distiller.ts:79


optional timeoutMs?: number

Defined in: src/distiller.ts:96


optional windowMs?: number

Defined in: src/distiller.ts:97


optional writeSignals?: (dir, signals, existingRules, activeRules) => void

Defined in: src/distiller.ts:100

string

Signal[]

string[]

object[]

void