> ## 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.

# YAML

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

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