Expand description
State snapshot storage with time-based expiration
This module provides the ability to save and restore the complete state of hypotheses and their dependencies. Snapshots have a configurable time window (default 5 minutes) and are automatically cleaned up when expired.
Structsยง
- Belief
Snapshot - Complete snapshot of the belief system state
- Snapshot
Id - Unique identifier for a snapshot
- Snapshot
Store - Storage for snapshots with automatic expiration