Expand description
Active / scratchpad memory store.
The active_memory table functions as a fast scratchpad for AI agent
working memory. Records are keyed by (agent_id, key) and hold an
arbitrary JSON value. Values can be upserted, fetched, and expired
individually or in bulk.
Structs§
- Active
Memory Record - A single active-memory record.
- Active
Memory Store - Data-access object for the
active_memorytable.