Storage
JSON Agent Storage
Phidata supports using local JSON files as a storage backend for Agents using the JsonFileAgentStorage
class.
Usage
storage.py
Params
Parameter | Type | Default | Description |
---|---|---|---|
dir_path | str | - | Path to the folder to be used to store the JSON files. |
Was this page helpful?