Expand description
Intervention types — data structures for cognitive model intervention.
These types bridge cognitive state (from convergence loop) to model control signals (sampling parameters, logit biases). Part of the intervention architecture that moves Noos from text I/O wrapping to model-internal modulation.
See docs/intervention.md for the full paradigm.
Structs§
- Cognitive
Signals - Application-facing allostatic signals.
- Cognitive
State - Unified cognitive state snapshot — assembled from convergence loop output.
- Delta
Modulation - Delta modulation parameters for SSM state injection.
- Forward
Result - Result from a cognitive forward pass — logits plus modulation metadata.
- Hidden
State Stats - Statistics derived from SSM hidden state for cognitive signal extraction.
- Layer
Target - Target layer range for SSM delta modulation.
- Logit
Bias - A single logit bias entry — modifies probability of a specific token.
- Sampling
Override - Sampling parameter overrides derived from cognitive state.
Enums§
- Delta
Modulation Source - What cognitive signal drove this delta modulation.
- Intervention
Depth - Model capability levels — what intervention depth is available.