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

# SQLite

SQLite Agent Storage 是一个使用 SQLite 作为后端存储系统实现的 AgentStorage 接口的类。它为代理会话提供轻量级的基于文件的存储，并支持 JSON 数据类型和模式版本控制。

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