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

Usage

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

Params