self_recovery
Diagnose stuck or paused agents, resume operations with a quick recovery, or review failures with reflection to restore agent function.
Instructions
Unified self-recovery for stuck/paused agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Recovery action: check (diagnose), quick (fast resume), review (with reflection) | check |
| reason | No | Brief reason (optional for action=quick) | |
| agent_id | No | UNIQUE agent identifier; optional when session-bound (auto-injected). | |
| conditions | No | Recovery conditions (optional for action=review) | |
| reflection | No | What went wrong and what you'll change (required for action=review) | |
| continuity_token | No | Ownership proof from onboard()/identity(), for same-live-process rebinds only. Not a cross-process resume credential. | |
| client_session_id | No | In-session binding id from start_session()/identity(); pass it on same-process calls. Not a cross-process proof. |