Back to Agno

JSON File Storage Integration

cookbook/06_storage/json_db/README.md

2.6.4476 B
Original Source

JSON File Storage Integration

Examples demonstrating JSON file-based storage integration with Agno agents, teams, and workflows.

Configuration

python
from agno.db.json import JsonDb

db = JsonDb(db_path="tmp/json_db")

Examples