Skip to main content

Module session

Module session 

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

SessionRecord
A single session-state record.
SessionStore
Data-access object for the session_state table.