Skip to main content

Module harness_loop

Module harness_loop 

Source

Structs§

EvalLoopHarnessDeprecated
EvalLoopHarness — retry until QualityGate passes.
HarnessLoop
HarnessLoop — LLM-as-judge with feedback injection and skill extraction.
SinglePassHarness
SinglePassHarness — run once, always passes.
VerdictCtx
I3.2 (A2/A3): host-supplied judgment for each attempt’s result. Mirrors the Node SDK VerdictFn. Returning Some(Verdict) short-circuits the built-in LLM eval; returning None defers to it. Sync-only in Rust today — when async hosts need it, lift to a boxed future.

Type Aliases§

VerdictFn