# SimpleLLMFunc documentation SimpleLLMFunc 是一个轻量级、可配置的 LLM 应用开发框架。 ```{toctree} :maxdepth: 1 :caption: 入门 项目介绍 快速开始 使用指南 ``` ```{toctree} :maxdepth: 1 :caption: 基础设施 配置与环境 LLM 接口层 ``` ```{toctree} :maxdepth: 1 :caption: 开发体验 llm_function 装饰器 llm_chat 装饰器 ``` ```{toctree} :maxdepth: 1 :caption: Agent 主体逻辑 事件流系统 中断与取消 ``` ```{toctree} :maxdepth: 1 :caption: 工具与运行时 Primitive 原语 工具系统 PyRepl运行时 ``` ```{toctree} :maxdepth: 1 :caption: UI 与交互 终端TUI ``` ```{toctree} :maxdepth: 1 :caption: 集成与示例 Langfuse集成 示例代码 贡献指南 ```