Module storage

Module storage 

Source
Expand description

Multi-tier storage for context entries

Implements a tiered storage system:

  1. In-memory LRU cache for hot data
  2. Sled embedded database for persistence
  3. Optional vector index for similarity search

Structsยง

ContextStore
Multi-tier context storage
StorageConfig
Storage configuration
StorageStats
Storage statistics