Storage
YAML Agent Storage
Agno supports using local YAML files as a storage backend for Agents using the YamlFileAgentStorage
class.
Usage
storage.py
Params
Parameter | Type | Default | Description |
---|---|---|---|
dir_path | str | - | Path to the folder to be used to store the YAML files. |
Developer Resources
- View Cookbook