Expand description
Memory record store for claw-core.
The memories table is the primary store for persistent AI agent memories.
Records are classified by MemoryType, can carry arbitrary tags for
keyword search, and optionally expire after a configurable TTL.
Structs§
- List
Options - Options controlling pagination for list queries.
- List
Page - A page of list results with an optional continuation cursor.
- Memory
Record - A persistent memory record stored in the
memoriestable. - Memory
Store - Data-access object for the
memoriesandmemories_ftstables.
Enums§
- Memory
Type - The logical classification of a memory record.