Expand description
Verdicts and scores — the atomic unit of ground truth (SPEC §7.1, §9).
A gate emits a Verdict (pass/fail/abstain) plus an optional Score
in [0, 1], its cost, its latency, and optional evidence. These types are the
wire/audit contract: their serde field names appear verbatim in the trace (§9.1),
so renaming one is a breaking change.
Modules§
- reason
- Well-known abstain reasons (§7.2). Reasons are stored as open strings on
GateResult::reason; these constants keep producers consistent.
Structs§
- Gate
Result - The outcome of running one gate against one attempt (a row in
attempts[].gates, §9.1). - Score
- A confidence score, validated to the closed unit interval
[0, 1].
Enums§
- Verdict
- A gate’s judgement of an attempt.