SQLite

Store agent, team, and workflow sessions in SQLite.

ExampleDescription
Use SQLite as the database for an AgentSQLite storage backend for agent sessions.
SQLite for TeamHackerNews research team stores sessions in a SQLite file with structured Article output.
SQLite Storage for WorkflowDemonstrates using SqliteDb as the session storage backend for a workflow.
Async SQLiteExamples demonstrating asynchronous SQLite integration with Agno agents, teams, and workflows.