Expand description
Persistent markdown memory store for the Merlion Agent.
Manages a directory of small markdown files that the agent uses to
remember things across sessions. Each memory is a single file with YAML
front-matter and a markdown body; an index file (MEMORY.md) lists the
memories along with a one-line “hook” used to decide relevance.
See the crate README / parent project docs for the on-disk format.
Structs§
- Memory
- A single memory: front-matter fields plus the markdown body.
- Memory
Row - One row parsed out of
MEMORY.md. - Memory
Store - Handle to a memory directory on disk.
Enums§
- Memory
Type - The “type” tag stored in each memory’s front-matter
metadata.typefield.