Skip to main content

Module memory

Module memory 

Source
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§

ListOptions
Options controlling pagination for list queries.
ListPage
A page of list results with an optional continuation cursor.
MemoryRecord
A persistent memory record stored in the memories table.
MemoryStore
Data-access object for the memories and memories_fts tables.

Enums§

MemoryType
The logical classification of a memory record.