> ## Documentation Index
> Fetch the complete documentation index at: https://ikun.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# JSON

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

<Snippet file="storage-json-reference.mdx" />
