Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use SQLite asynchronously for session storage.
AsyncSqliteDb
from agno.agent import Agent from agno.db.sqlite import AsyncSqliteDb # Setup the SQLite database db = AsyncSqliteDb(db_file="tmp/data.db") # Setup a basic agent with the SQLite database agent = Agent(db=db)
db_engine
Optional[Engine]
db_url
Optional[str]
db_file
session_table
memory_table
metrics_table
eval_table
knowledge_table
traces_table
spans_table
Was this page helpful?