From 62bf8f6085d49131fc21fcf40680c5bb41fc99c6 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Sat, 8 Nov 2025 00:07:29 +0800 Subject: [PATCH] Update README. --- README-EN.md | 4 +--- README.md | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README-EN.md b/README-EN.md index 4ef9fff..25e8bf8 100644 --- a/README-EN.md +++ b/README-EN.md @@ -238,9 +238,7 @@ All LLM calls use the OpenAI API interface standard. After you finish the databa Once you complete and save the configurations above, the system will be ready to run normally. ------- - -## 💻 ⚙️ Source Code Startup Guide +## 🔧 Source Code Startup Guide > If you are new to building Agent systems, you can start with a very simple demo: [Deep Search Agent Demo](https://github.com/666ghj/DeepSearchAgent-Demo) diff --git a/README.md b/README.md index 27aeeb4..292c852 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,6 @@ docker compose up -d 完成上述所有配置并保存后,系统即可正常运行。 ------- - ## 🔧 源码启动指南 > 如果你是初次学习一个Agent系统的搭建,可以从一个非常简单的demo开始:[Deep Search Agent Demo](https://github.com/666ghj/DeepSearchAgent-Demo)