pub const DISABLE_AGENTIC_SAMPLING_ENV: &str = "GGLIB_DISABLE_AGENTIC_SAMPLING";Expand description
Environment kill switch for the agentic-turn adjustments.
Truthy values (case-insensitive 1, true, yes, on) disable it for
every caller, whatever their settings say — the same contract as
DISABLE_GRAMMAR_ENV.