Expand description
The vetting gate: safety layer 1.
No candidate is ever played live unvetted. The standard-phrase render is inspected before normalization; failures are quarantined — never auditioned, never featurized, and reported to the session layer so evolution learns to avoid the region (safety layer 2).
Structs§
- VetConfig
- Vet thresholds. Defaults are deliberately lenient — the gate exists to catch pathology, not to encode taste (that’s the model’s job).
- VetReport
- Measurements taken on the raw (pre-normalization) render.
Enums§
- VetFailure
- Why a render was quarantined.
Functions§
- vet
- Inspect a raw render.
Ok(report)admits the candidate to normalization and feature extraction;Errquarantines it.