veto_drift_check
Detects loops in AI agent tool execution by analyzing consecutive failures, duplicate errors, and tool repetition, then formulates a remediation plan.
Instructions
Compounding-error checkpoint: queries the session's tool execution trace to detect loop indicators (consecutive failures, duplicate errors, tool repetition) and calls the debugger agent to formulate a concrete loop-breaker remediation plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional. Maximum trace log rows to retrieve and analyze (default: 50). | |
| session_id | No | Optional. UUID of the session to check. Defaults to the current active session. | |
| project_dir | No | Optional. Absolute path to the project root. |