Expand description
Default LayeredMemory implementation.
Combines an EntryStore for append/query/evict operations with an
IndexSearcher for future search capabilities. Implements the
ConversationMemory trait using a conv:{session_id} partition scheme.
Structsยง
- Layered
Memory - Default layered memory backed by an entry store and index searcher.