sage_agentic_run
Execute commands with automatic error recovery. Retries on failure, applies fixes, and verifies success using an agentic loop.
Instructions
Run a command with SAGE's agentic loop — auto-retries on failure, applies fixes, verifies. Use instead of sage_run_command when you want automatic error recovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute with agentic retry | |
| autonomy | No | How autonomous: suggest (report only), ask (confirm), auto (fix automatically) | auto |
| max_retries | No | Max fix attempts |