Module harness

Module harness 

Source
Expand description

Running the evaluation corpus against the real engine.

The harness exercises the same code path a live session would: a plan is derived from the utterance, queries are fused, and the assembler produces a budgeted snapshot. Nothing is stubbed, so a regression in ranking or budget shows up here rather than in production.

Structs§

IngestionCaseResult
Per-case ingestion outcome.
IngestionReport
Aggregate ingestion report.
RetrievalCaseResult
Per-case retrieval outcome.
RetrievalReport
Aggregate retrieval report.

Functions§

run_ingestion_eval
Run the ingestion evaluation.
run_retrieval_eval
Run the retrieval evaluation.
user
The evaluation user, re-exported for callers driving the harness directly.