Skip to main content
SQLite Agent Storage is a class that implements the AgentStorage interface using SQLite as the backend storage system. It provides lightweight, file-based storage for agent sessions with support for JSON data types and schema versioning.

Parameters