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.
Persist Agno sessions and other data in local JSON files.
JsonDb
openai
uv pip install openai
from agno.agent import Agent from agno.db.json import JsonDb db = JsonDb(db_path="tmp/json_db") agent = Agent(db=db)
id
Optional[str]
db_path
session_table
memory_table
metrics_table
eval_table
knowledge_table
culture_table
traces_table
spans_table
Was this page helpful?