Create a complete recovery sequence
fix_meDiagnose failed agent tasks and generate a focused recovery plan with retry guidance, without executing commands.
Instructions
Combine diagnosis, focus, stimulation, and retry guidance into a concise recovery plan without executing commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | No | Relevant log excerpt. Credentials are redacted. | |
| task | Yes | The task that is stuck or needs recovery. | |
| sessionId | No | A stable identifier for this agent recovery session. | default |
| actualResult | No | Actual result. | |
| errorMessage | No | The exact error message, if available. | |
| expectedResult | No | Expected result. | |
| recentOperation | No | The operation that failed. | |
| attemptedSolution | No | A solution already tried. |