Skip to main content
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