YAML Agent Storage 是一个类,它使用 YAML 文件作为后端存储系统来实现 AgentStorage 接口。它为代理会话提供了一种人类可读的、基于文件的存储解决方案,每个会话都存储在单独的 YAML 文件中。
AgentStorage
dir_path
Union[str, Path]