Commit Graph

269 Commits

Author SHA1 Message Date
DanielWalnut 0e22c373af
feat: support to adjust writing style (#290)
* feat: implment backend for adjust report style

* feat: add web part

* fix test cases

* fix: fix typing

---------

Co-authored-by: Henry Li <henry1943@163.com>
2025-06-07 20:48:39 +08:00
JeffJiang 73ac8ae45a
fix: web start with dotenv (#282) 2025-06-05 11:53:49 +08:00
SToneX 0da52d41a7
feat(chat): add animated deer to response indicator (#269) 2025-05-31 19:13:13 +08:00
Aeolusw eaaad27e44
fix: normalize line endings for consistent chunk splitting (#235) 2025-05-29 20:46:57 +08:00
JeffJiang 4ddd659d8d
feat: rag retrieving tool call result display (#263)
* feat: local search tool call result display

* chore: add file copyright

* fix: miss edit plan interrupt feedback

* feat: disable pasting html into input box
2025-05-29 19:52:34 +08:00
JeffJiang 7e9fbed918
fix: editing plan style (#261) 2025-05-29 10:46:05 +08:00
JeffJiang fcbc7f1118
revert: scroll container display change (#258) 2025-05-28 19:23:32 +08:00
JeffJiang d14fb262ea
fix: message block width (#257) 2025-05-28 19:11:20 +08:00
JeffJiang 9888098f8a
fix: message input box reflow (#252) 2025-05-28 16:38:28 +08:00
JeffJiang 462752b462
feat: RAG Integration (#238)
* feat: add rag provider and retriever

* feat: retriever tool

* feat: add retriever tool to the researcher node

* feat: add rag http apis

* feat: new message input supports resource mentions

* feat: new message input component support resource mentions

* refactor: need_web_search to need_search

* chore: RAG integration docs

* chore: change example api host

* fix: user message color in dark mode

* fix: mentions style

* feat: add local_search_tool to researcher prompt

* chore: research prompt

* fix: ragflow page size and reporter with

* docs: ragflow integration and add acknowledgment projects

* chore: format
2025-05-28 14:13:46 +08:00
DanielWalnut 8bbcdbe4de
feat: config max_search_results for search engine (#192)
* feat: implement UI

* feat: config max_search_results for search engine via api

---------

Co-authored-by: Henry Li <henry1943@163.com>
2025-05-18 13:23:52 +08:00
Zhengbin Sun c046d9cc34
fix: update responsive design calculations for chat layout (#168) 2025-05-16 11:40:26 +08:00
Leo Hui a43db94fb6
feat: refactor crawler trust link style (#166)
* feat: refactor crawler trust link style

* feat: enhance link credibility checks in Markdown and related components
2025-05-15 17:17:10 +08:00
JeffJiang 8802eea0ba
fix: report editor styles (#163)
* fix: report editor styles
2025-05-15 15:18:01 +08:00
Leo Hui 1a59accb52
fix: adjust slider width for responsive design in multi-agent visualization (#134) 2025-05-15 11:59:16 +08:00
JeffJiang 86295ed195
fix: hallucination link warn (#158) 2025-05-15 10:58:24 +08:00
JeffJiang bf4820c68f
Check the output links are hallucinations from AI (#139)
* feat: check output links if a hallucination from AI
2025-05-15 10:39:53 +08:00
Henry Li a220f4b6ea
feat: add python result and error handling (#141) 2025-05-14 03:47:28 -07:00
Leo Hui a14ca92c36
refactor: extract link and image components for Markdown rendering (#119) 2025-05-14 10:45:34 +08:00
Leo Hui 9c3021a568
feat: add docker support (#104)
* init docker support

* chore: update Dockerfile and .dockerignore for improved build context and dependency management

* feat: add Docker support with Dockerfile, docker-compose, and .dockerignore for web application

* feat: update environment configuration and docker-compose for improved API integration

* docs: update Japanese and Chinese README files for consistency and clarity
2025-05-13 19:53:28 +08:00
Henry Li b2c9e5f893 fix: img with empty URL 2025-05-13 09:35:06 +08:00
Henry Li 4ae9508c54 fix: fix compiling issues 2025-05-13 08:57:09 +08:00
Henry Li cadf6b5bcf
feat: use number ticker to display star count (#89) 2025-05-12 23:15:43 +08:00
Henry Li b845b1ca01
fix: add error handling for podcast generation (#59)
Co-authored-by: Jiang Feng <jiangfeng.11@bytedance.com>
2025-05-12 20:56:38 +08:00
Henry Li 77a7f8f8ab
feat: Enhanced Development Experience with Mock Mode (#35)
* feat: support mock for re-planning

* chore: update mock example: vibe coding

* chore: update final-answer.txt
2025-05-12 20:24:49 +08:00
JeffJiang 229b59ab88
pref: message render performence (#81)
* fix: message card always unmount when messages change

* pref: add useShallow for complex store selector
2025-05-12 20:21:54 +08:00
Leo Hui 98e0d7cbb6
feat: show repo star on site-header (#27)
* feat: show repo star on site-header

* feat: add GITHUB_OAUTH_TOKEN to environment configuration

* feat: remove comment

* feat: show star counter only in website
2025-05-12 14:36:50 +08:00
Leo Hui 4d16d826a2
feat: adjust Suspense loading (#26) 2025-05-12 14:33:13 +08:00
Henry Li 07f965f0df refactor: rename to `animated` 2025-05-12 11:59:24 +08:00
Henry Li 28b65d7a93 feat: Enhance markdown's anti-shake 2025-05-12 11:59:24 +08:00
DanielWalnut 091f437bc5
feat: add necessary log when no tool calls (#16) 2025-05-09 14:22:07 +08:00
Henry Li 9213729ef5
fix: allow the first activity to be reporting (#8) 2025-05-09 10:32:49 +08:00
Nonoroazoro 9260c84005
fix: auto-scrolling to the bottom occasionally fails when toggling research (#7) 2025-05-08 19:49:56 +08:00
Li Xin 21c21219f1 fix: fix known issue caused by https://github.com/vercel/next.js/issues/78548 2025-05-08 12:21:21 +08:00
Li Xin 5c7414ec50 feat: fast-forward in mock mode 2025-05-08 12:05:15 +08:00
Li Xin e7871cf2bf feat: enable mock specific files located in the `public/mock` folder 2025-05-08 12:01:31 +08:00
Li Xin e06fe34fe6 fix: fix replay loading 2025-05-08 11:53:50 +08:00
Li Xin 0042b7276a feat: integrated with Amplitude in static website mode 2025-05-08 11:13:52 +08:00
Li Xin 574c913240 feat: enhance replay mode in static website 2025-05-08 09:53:09 +08:00
Li Xin 04cc761300 docs: rewording 2025-05-08 09:03:12 +08:00
Li Xin 867a158c6b refactor: move to `sections` folder 2025-05-08 08:53:47 +08:00
Li Xin ae95684094 chore: remove favicon 2025-05-07 16:47:14 +08:00
Li Xin 39e7fa9422 chore: remove @nanostores/react 2025-05-07 16:19:31 +08:00
Jiang Feng 58d9ba37ab fix: general form default value 2025-05-07 13:22:21 +08:00
Jiang Feng 397eab0596 fix: general form validation 2025-05-07 12:09:02 +08:00
Li Xin 5ffac750a1 chore: rename 2025-05-06 17:30:05 +08:00
Li Xin ef094b7ad9 fix: fix link 2025-05-06 17:28:51 +08:00
Li Xin 722fdb3506 fix: fix naming 2025-05-06 17:19:58 +08:00
Li Xin abef4a819b feat: add spacing 2025-05-05 10:42:20 +08:00
Li Xin b0548fa280 fix: change to normal prop 2025-05-02 21:31:56 +08:00
Li Xin 9afcb9647e feat: adjust the top of deer-hero 2025-05-02 21:24:12 +08:00
Li Xin 40c947f15e refactor: move to `landing/components` 2025-05-02 21:23:55 +08:00
Li Xin 2c58d3c758 feat: update links 2025-05-02 21:16:24 +08:00
Li Xin e46b243edd feat: add STATIC_WEBSITE_ONLY mode 2025-05-02 21:09:31 +08:00
Li Xin f89e07ac95 feat: adjust steps 2025-05-02 21:06:56 +08:00
Li Xin 00c8445276 feat: adjust timing 2025-05-02 21:06:41 +08:00
Li Xin e37c0a755c feat: enhance auto-play 2025-05-02 17:33:36 +08:00
Li Xin b152e787cc feat: re-implement MultiAgentVisualization 2025-05-02 17:24:41 +08:00
Li Xin cdb1492cef feat: remove TooltipProvider 2025-05-02 17:24:07 +08:00
Li Xin ad2a9ccd70 chore: add slider 2025-05-02 17:23:45 +08:00
Li Xin fdfc607747 refactor: extract `components` folder 2025-05-02 10:43:14 +08:00
Li Xin 18d896d15d refactor: move to landing/_components 2025-05-02 10:08:33 +08:00
Li Xin 4b9f69cb4f refactor: extract `landing/_components` 2025-05-02 10:05:45 +08:00
Li Xin aeca7a5707 chore: update replays 2025-05-01 22:41:37 +08:00
Li Xin 549f386d54 feat: change replay speed 2025-05-01 14:53:53 +08:00
Li Xin f6839db346 feat: disable editor in Replay mode 2025-05-01 14:52:51 +08:00
Li Xin 3e55b9dd21 feat: remove animation 2025-05-01 14:13:27 +08:00
Li Xin a21dff27bb feat: adjust tooltip position 2025-05-01 11:42:36 +08:00
Li Xin 63a7de2ec0 feat: adjust the layout 2025-04-30 21:09:45 +08:00
Li Xin 5722078699 feat: adjust the width of Jumbotron 2025-04-30 21:09:33 +08:00
Li Xin f841df834f feat: add error handling 2025-04-30 21:09:14 +08:00
Li Xin 98494dddbf fix: add `enableBackgroundInvestigation` 2025-04-30 21:08:35 +08:00
Li Xin 4310c950d3 feat: change the color of brand in dark mode 2025-04-30 19:53:33 +08:00
Li Xin 0a0f705aca feat: enable investigation mode 2025-04-30 19:53:14 +08:00
Li Xin 3ef36b95f6 fix: remove console 2025-04-30 19:47:47 +08:00
Li Xin d202685838 feat: put hooks inside <suspense /> 2025-04-30 10:11:47 +08:00
Li Xin c57c853260 feat: adjust the brightness of border 2025-04-30 10:10:45 +08:00
Li Xin 0a59fc5439 fix: fix inheritance 2025-04-30 10:04:48 +08:00
Li Xin 6e0aa305d1 feat: animate edges after the introduction has been done 2025-04-30 09:45:37 +08:00
Li Xin 2e9fb26f6b fix: fix eslint 2025-04-30 09:42:13 +08:00
Li Xin c7e4876347 feat: user <Link /> 2025-04-30 09:36:14 +08:00
Li Xin 4fd6e0c4e0 feat: add tools to Multi-Agent Visualization 2025-04-30 09:32:12 +08:00
Li Xin 1e1540a9af feat: add props 2025-04-30 09:31:57 +08:00
Shi Tianxin eabf1f2080 feat(visualization): add workflow run animation logic 2025-04-29 16:46:50 +08:00
Li Xin 2a02f01580 feat: disable dragging 2025-04-29 16:03:18 +08:00
Li Xin 91f126535d feat: add WORKFLOW_STEPS 2025-04-29 15:47:46 +08:00
Li Xin 8a11f07b82 chore: add shine-border 2025-04-29 15:47:39 +08:00
Li Xin 0846b34e46 chore: add immer 2025-04-29 15:47:01 +08:00
Li Xin 7501f40296 feat: add icons 2025-04-29 14:45:35 +08:00
Li Xin 0b6b9793c1 feat: add MultiAgentVisualization 2025-04-29 14:13:39 +08:00
Li Xin a29585d845 Merge branch 'main' of code.byted.org:langmanus/deer-flow 2025-04-29 14:12:43 +08:00
Li Xin d4e2e8d8cf chore: add React Flow 2025-04-29 14:12:36 +08:00
Hui Xuejie 24b42ab466 style(page): adjust the footer text style and layout of the case study section 2025-04-29 14:00:37 +08:00
Hui Xuejie 974a77fdfa style(page): Increase header icon size and adjust inner margins 2025-04-29 11:43:39 +08:00
Shi Tianxin 35eef5fe11 style(page): adjust grid layout and visibility classes 2025-04-29 11:08:54 +08:00
Li Xin 7ea5c3ece6 feat: re-layout 2025-04-29 10:45:27 +08:00
Li Xin 78b10ec066 feat: add ray and spotlight 2025-04-28 17:32:13 +08:00
Li Xin e3b9beeefd feat: adjust the size of hero deer 2025-04-28 17:01:07 +08:00
Li Xin 198e53b327 feat: change scale of hovering state 2025-04-28 17:00:54 +08:00
Yu Chao 2dad50a95f feat: add openResearch and closeResearch 2025-04-28 15:26:26 +08:00