From 11d3fa87659a753902fa8856591a1d74f50b3738 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Sun, 22 Mar 2026 01:43:02 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E8=87=B4=E8=B0=A2?= =?UTF-8?q?=E7=AB=A0=E8=8A=82=EF=BC=8C=E6=84=9F=E8=B0=A2=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=BC=80=E6=BA=90=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bdd6ed92..009ef2d3 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,17 @@ docker compose up --build +## 致谢 + +本项目参考并引用了以下优秀开源项目,在此致以诚挚的感谢: + +- [LightRAG](https://github.com/HKUDS/LightRAG) - 直接引入作为图谱构建与检索的基础包 +- [DeepAgents](https://github.com/IDEA-CCNL/DeepAgents) - 直接引入作为深度智能体框架 +- [DeerFlow](https://github.com/bytedance/deer-flow) - 参考了其 Sandbox 智能体架构的实现思路 +- [RAGflow](https://github.com/infiniflow/ragflow) - 参考了其文档 Text Chunking 的分块策略 +- [LangGraph](https://github.com/langchain-ai/langgraph) - 多智能体编排框架,本项目的核心架构基础 +- 项目 Logo 由 Nano Banana 2 生成 + ## 参与贡献 感谢所有贡献者的支持!