pub fn needs_computation_sandbox(user_input: &str) -> boolExpand description
Returns true when the user’s query involves computation that must be exact — checksums, financial math, statistics, date arithmetic, algorithmic verification, etc. Used by the harness to inject a pre-turn nudge toward run_code instead of model memory.