services/guardrails/cfg
Guardrails configuration — tool loop detection thresholds.
Values
pub fn no_progress_warn() -> Int
Warn after N tool rounds with no progress (empty/error results).
pub fn same_args_block() -> Int
Block after N repeated calls with identical arguments.
pub fn same_tool_block() -> Int
Block after N consecutive calls to the same tool.