Expand description
Backend-neutral activation, target-state, and routed-expert observation contracts.
Structs§
- Noop
Observer - Zero-sized observer used by the ordinary unobserved inference path.
- Observation
Execution Context - Selected, model-independent conditions used to report capture support.
- Routing
Decision - Borrowed pre-dispatch decision, independent of expert outputs or shared experts.
- Routing
Observation - Normalized routed-expert data emitted by architecture implementations.
- Target
State Capture - Ordered target-state capture without backend storage or family policy.
- Target
State Tap - One ordinary block output selected for a target/draft consumer.
Enums§
- Target
State Capture Error - Invalid target-state capture lifecycle.
Traits§
- Activation
Observer - Statically dispatched activation observation and intervention contract.
Functions§
- intervention_
support - Combines explicit architecture intervention declarations with exact loaded observation support and backend arithmetic facts. Read-only catalog values never acquire intervention capabilities through this projection.
- observation_
support - Resolves support without modifying the logical graph or inventing observations.
- observe_
and_ intervene - Observes an activation and applies an optional replacement without materializing its backend-native value.
- observe_
model_ logits - Observes final model logits and applies an optional replacement.