Recovery Starts With State Continuity
Long-running agent recovery depends on preserving execution state, pending decisions, artifacts, and side-effect history rather than simply retrying the last request.
A retry is easy to reason about when the request is the whole unit of work. It fails, you try again, and — provided the operation is safe to repeat — nothing particularly complicated has happened.





