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

Usage

Provide db_url, db_file or db_engine. If none is provided, a database file named agno.db is created in the current directory. The following example uses db_file.
sqlite_for_agent.py

Params