schoginitoys's picture
Initial commit of Research Agent app
77df06c
raw
history blame contribute delete
119 Bytes
from agno.db.sqlite import SqliteDb
db_file = "tmp/gemini-3.db"
demo_db = SqliteDb(id="gemini-3-db", db_file=db_file)