Skip to main content
Phidata supports using Sqlite as a storage backend for Agents using the SqlAgentStorage class.

Usage

You need to provide either db_url, db_file or db_engine. The following example uses db_file.
storage.py

Params