Expand description
Comprehensive snapshot checkpoint system for agent state management
This module provides functionality to:
- Serialize complete agent state to snapshots
- Revert to previous states (full or partial)
- Manage snapshot lifecycle and cleanup
- Support compression and encryption
Structs§
- Agent
Config Snapshot - Configuration snapshot (with sensitive data masked)
- Agent
Snapshot - Complete agent state snapshot
- Compaction
Engine Snapshot - Compaction engine state snapshot
- Decision
Tracker Snapshot - Decision tracker state snapshot
- Error
Recovery Snapshot - Error recovery state snapshot
- Snapshot
Config - Snapshot manager configuration
- Snapshot
Info - Information about a snapshot
- Snapshot
Manager - Main snapshot manager
- Snapshot
Metadata - Metadata for snapshot identification and management
- Summarizer
Snapshot - Conversation summarizer state snapshot
- Tool
Registry Snapshot - Tool registry state snapshot
- Tree
Sitter Snapshot - Tree-sitter analyzer state snapshot
Enums§
- Revert
Type - Types of revert operations