From 8f44ca595b161a91e9e4abb679992ffb6526c248 Mon Sep 17 00:00:00 2001 From: Henry Li Date: Fri, 13 Feb 2026 09:38:35 +0800 Subject: [PATCH] docs: update README.md --- README.md | 2 +- .../workspace/settings/about-content.ts | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c35652..55bd444 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🦌 DeerFlow - 2.0 -DeerFlow is an open-source **super agent harness** that orchestrates **sub-agents**, **memory**, and **sandboxes** to do almost anything — powered by **extensible skills**. +DeerFlow (**D**eep **E**xploration and **E**fficient **R**esearch **Flow**) is an open-source **super agent harness** that orchestrates **sub-agents**, **memory**, and **sandboxes** to do almost anything — powered by **extensible skills**. > [!NOTE] > **DeerFlow 2.0 is a ground-up rewrite.** It shares no code with v1. If you're looking for the original Deep Research framework, it's maintained on the [`1.x` branch](https://github.com/bytedance/deer-flow/tree/1.x) — contributions there are still welcome. Active development has moved to 2.0. diff --git a/frontend/src/components/workspace/settings/about-content.ts b/frontend/src/components/workspace/settings/about-content.ts index c744be0..ca587ec 100644 --- a/frontend/src/components/workspace/settings/about-content.ts +++ b/frontend/src/components/workspace/settings/about-content.ts @@ -6,14 +6,24 @@ export const aboutMarkdown = `# 🦌 [About DeerFlow 2.0](https://github.com/byt > **From Open Source, Back to Open Source** -**DeerFlow** (**D**eep **E**xploration and **E**fficient **R**esearch **Flow**) is a community-driven SuperAgent harness that researches, codes, and creates. -With the help of sandboxes, memories, tools and skills, it handles -different levels of tasks that could take minutes to hours. +DeerFlow (**D**eep **E**xploration and **E**fficient **R**esearch **Flow**) is an open-source **super agent harness** that orchestrates **sub-agents**, **memory**, and **sandboxes** to do almost anything — powered by **extensible skills**. + +--- + +## 🚀 Core Features + +* **Skills & Tools**: With built-in and extensible skills and tools, DeerFlow can do almost anything. +* **Sub-Agents**: Sub-Agents help the main agent to do the tasks that are too complex to be done by the main agent. +* **Sandbox & File System**: Safely execute code and manipulate files in the sandbox. +* **Context Engineering**: Isolated sub-agent context, summarization to keep the context window sharp. +* **Long-Term Memory**: Keep recording the user's profile, top of mind, and conversation history. --- ## 🌟 GitHub Repository +![Star History Chart](https://api.star-history.com/svg?repos=bytedance/deer-flow&type=Date) + Explore DeerFlow on GitHub: [github.com/bytedance/deer-flow](https://github.com/bytedance/deer-flow) ## 🌐 Official Website