Skip to main content

Module context

Module context 

Source
Expand description

Temporary context store.

The context table holds short-lived contextual data that agents attach to a running session. Entries are intended to expire quickly and are typically pruned by a background job or on engine startup. Unlike active memory, context records carry an explicit TTL (expires_at).

Structs§

ContextRecord
A single temporary-context record.
ContextStore
Data-access object for the context table.