Expand description
Session state store.
The session_state table persists per-session key-value pairs for AI
agents. Unlike active/scratchpad memory, session state is typically
retained across agent restarts and tied to a logical session identifier.
Structs§
- Session
Record - A single session-state record.
- Session
Store - Data-access object for the
session_statetable.