Skip to main content

Module advisor

Module advisor 

Source
Expand description

Advisor — executor stays in control, stronger model is consulted on demand.

Unlike delegation patterns, the advisor does not take over execution. It only returns a bounded verdict that the caller may apply or ignore.

Structs§

Advisor
Bounded consultation primitive for stronger-model judgment.
AdvisorResult
Result of one advisor consultation.
AdvisorTriggerContext
Inputs for deciding whether the student should consult the advisor.
AdvisorTriggerPolicy
Bounded policy for when the student should consult the advisor.

Enums§

AdvisorTriggerDecision
Explicit outcome of trigger evaluation.
AdvisorVerdict
Structured guidance returned by an advisor consultation.
TaskRisk
Risk level assigned by the caller or fixture harness.