Expand description
In-memory implementation of layer0’s StateStore trait.
Uses a HashMap behind a RwLock for concurrent access.
Scopes are serialized to strings for use as key prefixes,
providing full scope isolation. Search always returns empty
(no semantic search support in the in-memory backend).
Structs§
- Memory
Store - In-memory state store backed by a
HashMapbehind aRwLock.