Skip to main content

Module inspection

Module inspection 

Source
Expand description

Backend-neutral activation, target-state, and routed-expert observation contracts.

Structs§

NoopObserver
Zero-sized observer used by the ordinary unobserved inference path.
ObservationExecutionContext
Selected, model-independent conditions used to report capture support.
RoutingDecision
Borrowed pre-dispatch decision, independent of expert outputs or shared experts.
RoutingObservation
Normalized routed-expert data emitted by architecture implementations.
TargetStateCapture
Ordered target-state capture without backend storage or family policy.
TargetStateTap
One ordinary block output selected for a target/draft consumer.

Enums§

TargetStateCaptureError
Invalid target-state capture lifecycle.

Traits§

ActivationObserver
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.