ClassifierDeps
Defined in: src/autopilot-llm.ts:22
Properties
Section titled “Properties”cleanup?
Section titled “cleanup?”
optionalcleanup?: (cwd) =>void
Defined in: src/autopilot-llm.ts:26
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
herdr:
Pick<HerdrDriver,"start"|"stop">
Defined in: src/autopilot-llm.ts:23
makeTmpDir?
Section titled “makeTmpDir?”
optionalmakeTmpDir?: () =>string
Defined in: src/autopilot-llm.ts:24
Returns
Section titled “Returns”string
model?
Section titled “model?”
optionalmodel?:string|null
Defined in: src/autopilot-llm.ts:27
optionalnow?: () =>number
Defined in: src/autopilot-llm.ts:28
Returns
Section titled “Returns”number
pollMs?
Section titled “pollMs?”
optionalpollMs?:number
Defined in: src/autopilot-llm.ts:31
readVerdict?
Section titled “readVerdict?”
optionalreadVerdict?: (cwd) =>RawVerdict|null
Defined in: src/autopilot-llm.ts:25
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”RawVerdict | null
sleep?
Section titled “sleep?”
optionalsleep?: (ms) =>Promise<void>
Defined in: src/autopilot-llm.ts:29
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”Promise<void>
timeoutMs?
Section titled “timeoutMs?”
optionaltimeoutMs?:number
Defined in: src/autopilot-llm.ts:30