Practical AI guides
Agent persistence & workflows
Understand how agent frameworks manage state, recover interrupted work, and coordinate tool calls.
Where to start
Start with the lifecycle of one task: what state survives a failure, what gets replayed, and where approval or cancellation belongs. A graph abstraction is useful only if those boundaries are clear.
- What state is persisted, and when?
- Can a retry repeat an external side effect?
- Does the workflow need a framework or a simpler control loop?

.png)