Versions in this module Expand all Collapse all v0 v0.5.0 Jul 22, 2026 Changes in this version + var Balanced = Profile + var Fast = Profile + var Thorough = Profile + func Names() []string + type Profile struct + EscalateOnCompletionUncertain int + EscalateOnRiskyMutation sandbox.RiskLevel + EscalateOnSelfCorrectFailure bool + EscalateOnToolFailureStreak int + MaxTurns int + Name string + ReasoningEffort string + SelfCorrect bool + func Lookup(name string) (Profile, bool) + func (p Profile) Policy(displacedMaxTurns int, effortFilled bool) *agent.ProfilePolicy