docs: update README.md and ABOUT.md

This commit is contained in:
Li Xin
2025-04-25 10:34:08 +08:00
parent e1b1380c20
commit eb0d86fa73
3 changed files with 82 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
> Come from Open Source, Back to Open Source
This is the web UI project for [`DeerFlow`](https://github.com/bytedance/deer-flow).
This is the web UI for [`DeerFlow`](https://github.com/bytedance/deer-flow).
[`DeerFlow`](https://github.com/bytedance/deer-flow) is a community-driven AI automation framework that builds upon the incredible work of the open source community. Our goal is to combine language models with specialized tools for tasks like web search, crawling, and Python code execution, while giving back to the community that made this possible.
@@ -40,7 +40,7 @@ NEXT_PUBLIC_API_URL=http://localhost:8000/api
## License
This project is open source and available under the [MIT License](LICENSE).
This project is open source and available under the [MIT License](../LICENSE).
## Acknowledgments
@@ -54,4 +54,4 @@ In particular, we want to express our deep appreciation for:
* [React Markdown](https://www.npmjs.com/package/react-markdown) for their exceptional markdown rendering and customizability
* Last but not least, special thanks to [SToneX](https://github.com/stonexer) for his great contribution for [token-by-token visual effect](./src/core/rehype/rehype-split-words-into-spans.ts)
These amazing projects form the foundation of `DeerFlow` and demonstrate the power of open source collaboration.
These outstanding projects form the backbone of DeerFlow and exemplify the transformative power of open source collaboration.

View File

@@ -32,8 +32,14 @@ We extend our heartfelt gratitude to the open source projects and contributors w
- **[Zustand](https://zustand.docs.pmnd.rs/)**: A stunning state management library.
- **[Framer Motion](https://www.framer.com/motion/)**: An amazing animation library.
- **[React Markdown](https://www.npmjs.com/package/react-markdown)**: Exceptional markdown rendering with customizability.
### Special Thanks
- **[SToneX](https://github.com/stonexer)**: For his invaluable contribution to token-by-token visual effects.
These outstanding projects form the backbone of DeerFlow and exemplify the transformative power of open source collaboration.
### Special Thanks
Finally, we want to express our heartfelt gratitude to the core authors of `DeerFlow`:
- **[DanielWalnut](https://github.com/hetaoBackend/)**
- **[Henry Li](https://github.com/magiccube/)**
Without their vision, passion and dedication, `DeerFlow` would not be what it is today.