session_id. This page covers how to access and configure that storage.
Configure the Session Table
By default, sessions are stored in theagno_sessions table. The table is created automatically if it doesn’t exist.
Use session_table to store sessions in a custom table:
What Gets Stored
Each session record contains:Retrieve Sessions
Useget_session() to retrieve a stored session:
Works With Teams and Workflows
Session storage works identically for Teams and Workflows:Workflow sessions store complete pipeline runs rather than conversation messages. See Workflow Sessions for details.
Next Steps
Session Summaries
Condense long conversations to save tokens.
Storage Control
Choose what gets persisted to your database.