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§
- Context
Record - A single temporary-context record.
- Context
Store - Data-access object for the
contexttable.