Term Definition
State Persistence
The storage of agent session data in a way that it remains available after the session ends or the agent process terminates.
Full Explanation
State persistence is the broader category that includes durable state. It involves storing not just the current variables, but the full history of the interaction, including turns, tool calls, and LLM responses.
Why it Matters
Enables auditing, debugging, and the ability to resume conversations or tasks across different user sessions or devices.