Expand description
In-memory Memory implementation backed by a sorted Vec.
Structs§
- InMemory
Store - Thread-safe in-memory store for agent memories.
Constants§
- IN_
MEMORY_ STORE_ DEFAULT_ CAP - Default cap on the number of entries an
InMemoryStorewill hold.