Skip to main content

Crate substrate_memory

Crate substrate_memory 

Source
Expand description

Two-tier agent memory: bounded ring buffer + persistent SQLite history.

Structs§

RingMemory
Bounded ring buffer keeping the most recent capacity entries.
TwoTierMemory
Composes a hot RingMemory tier with a cold SqliteMemoryStore tier.

Enums§

MemoryError
Error type for in-memory memory adapters.