Skip to main content

Module active

Module active 

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

ActiveMemoryRecord
A single active-memory record.
ActiveMemoryStore
Data-access object for the active_memory table.