en un clic
recover
Scan agent health and auto-recover stale or dead sessions
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Scan agent health and auto-recover stale or dead sessions
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Create, test, and improve functions at runtime — agents write their own code
Session lifecycle management — transitions, state tracking, reactions
Persistent agent memory — store, recall, search across sessions
Plan and execute multi-agent work — decompose features, spawn workers, monitor progress
Security scanning — injection detection, capability checks, audit trails
Multi-agent swarm coordination — create swarms, broadcast tasks, reach consensus
| name | recover |
| description | Scan agent health and auto-recover stale or dead sessions |
| toolScope | ["Bash","Read"] |
| effort | normal |
Check agent health and recover:
curl -X POST http://localhost:3111/api/recovery/scan -H 'Content-Type: application/json'curl -X POST http://localhost:3111/api/recovery/report -H 'Content-Type: application/json'curl -X POST http://localhost:3111/api/recovery/recover -H 'Content-Type: application/json' -d '{"agentId": "<id>"}'Classifications: healthy, degraded, dead, unrecoverable.