Expand description
Multi-tier storage for context entries
Implements a tiered storage system:
- In-memory LRU cache for hot data
- Sled embedded database for persistence
- Optional vector index for similarity search
Structsยง
- Context
Store - Multi-tier context storage
- Storage
Config - Storage configuration
- Storage
Stats - Storage statistics