Skip to main content

Module in_memory

Module in_memory 

Source
Expand description

In-memory Memory implementation backed by a sorted Vec.

Structs§

InMemoryStore
Thread-safe in-memory store for agent memories.

Constants§

IN_MEMORY_STORE_DEFAULT_CAP
Default cap on the number of entries an InMemoryStore will hold.