Session Persistence Save and restore complete agent sessions across conversations. When to use When you need to pause work and resume later with full context, or when you want to checkpoint progress during long-running tasks. Steps 1. Save session — call to snapshot current state 2. List sessions — call to see all saved sessions 3. Restore — call to resume a previous session 4. Info — call for session details and metadata 5. Clean up — call to remove old sessions Session hooks - — automatically restore context at conversation start - — automatically save state with metrics export - — restore…