Plan or record an intelligent retry
retryRecord retry attempts with proposed changes and outcomes, blocking unchanged or exhausted retry loops to ensure bounded agent recovery.
Instructions
Record a bounded retry with its specific change and result. Blocks unchanged or exhausted retry loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Short result or verification note. | |
| result | No | Whether the retry is planned, succeeded, or failed. | planned |
| operation | Yes | The operation to retry. | |
| sessionId | No | A stable identifier for this agent recovery session. | default |
| proposedChange | No | What will be changed before retrying. | |
| previousFailure | No | The previous failure for this operation. |