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