set_safety_config
Set loop prevention and safety limits for agent execution, including maximum iterations, confidence threshold, approval checkpoints, and timeout duration.
Instructions
Configure loop prevention and safety settings.
Args: max_iterations: Maximum iterations before stopping confidence_threshold: Stop when confidence exceeds threshold require_approval_after: Require approval after N iterations timeout_seconds: Global timeout in seconds
Returns: Updated safety configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_iterations | No | ||
| timeout_seconds | No | ||
| confidence_threshold | No | ||
| require_approval_after | No |