Skip to main content

Module activation

Module activation 

Source
Expand description

Host-owned, run-scoped skill activation and dependency admission.

Structs§

ActivatedSkill
A body admitted by the host after all checks succeed.
ActivationContext
Immutable access envelope plus mutable run-local activation state.
ProjectedActivationHost
Root-host capture reused by every activation in a run. Child activations instead retain their existing frozen binding view and never receive this host.

Enums§

ActivationFailure
A failure never carries skill content or changes the active set.
InvokeType
The source of an activation, independent of the candidate matcher.

Functions§

activate
Admit one skill without widening the run’s effective policy.