Module steering

Module steering 

Source
Expand description

Context injection steering — an alternative to instruction replacement.

Instead of replacing the entire system instruction on every turn/phase, steering injects model-role context turns via send_client_content. This works with the model’s conversational intelligence rather than overriding it.

Enums§

ContextDelivery
When to deliver model-role context turns to the wire.
SteeringMode
How the phase machine steers the model’s behavior.

Functions§

build_steering_context
Build steering context from instruction modifiers.