Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt

Use this file to discover all available pages before exploring further.

YAML Agent Storage is a class that implements the AgentStorage interface using YAML files as the backend storage system. It provides a human-readable, file-based storage solution for agent sessions with each session stored in a separate YAML file.

Parameters

ParameterTypeDescriptionDefault
dir_pathUnion[str, Path]Directory path for storing YAML filesRequired