Design note. The pinned source implements field-level mutator comparison through
LLMEvaluator. The broader layers below are recommendations, not bundled evaluators.Suggested layers
Dataset shape
An evaluation case should identify:- pre-state;
- input and message identity;
- expected interpretive post-state;
- accepted alternatives or tolerances;
- expected canonical outcome, when resolution is in scope; and
- relevant metadata such as language or interaction type.
LLMEvaluator currently compares exact best-value and confidence pairs. If your domain accepts semantic equivalents or confidence ranges, implement that policy deliberately instead of presenting the built-in score as a universal quality measure.