Skip to main content
PostgreSQL Agent Storage is a class that implements the AgentStorage interface using PostgreSQL as the backend storage system. It provides robust, relational storage for agent sessions with support for JSONB data types, schema versioning, and efficient querying.

Parameters