Term Definition
Crash Recovery
The ability of an agent system to automatically resume execution from the last known good state after a hardware or software failure.
Full Explanation
Crash recovery in StateBase is automatic. When a session is resumed, the SDK fetches the last verified state from the database and injects it back into the agent's context, allowing it to continue as if the interruption never occurred.
Why it Matters
Essential for serverless environments (like AWS Lambda or Vercel Functions) where execution environments are ephemeral and timeouts are common.