Module intent

Module intent 

Source
Expand description

Intent Engineering - Machine-readable organizational purpose

Defines the core types for encoding organizational intent that agents must align with. Used by the IntentAlignmentGate in the mutation pipeline.

Structs§

AlignmentSignal
A data point that indicates successful intent alignment.
DelegationBoundary
Delegation boundary – what the agent can/cannot decide.
DriftReport
Report of alignment drift detection.
IntentDef
Intent definition – machine-readable organizational purpose.
ResolutionRule
A resolution rule for when priorities conflict.
SignalScore
Score for a single alignment signal.

Enums§

AutonomyLevel
Autonomy level for agent decisions (from DeepMind research).
SignalTarget
Target threshold for an alignment signal.

Functions§

default_drift_threshold 🔒