Commit Graph

  • e179fb1632 fix(web): handle incomplete JSON in MCP tool call arguments (#528) (#727) Willem Jiang 2025-11-29 16:38:29 +08:00
  • 4a78cfe12a fix(llm): filter unexpected config keys to prevent LangChain warnings (#411) (#726) Willem Jiang 2025-11-29 16:13:05 +08:00
  • 2e010a4619 feat: add analysis step type for non-code reasoning tasks (#677) (#723) Willem Jiang 2025-11-29 09:46:55 +08:00
  • 2cc19d6309 Update uv.lock to sync with pyproject.toml (#724) Willem Jiang 2025-11-28 22:33:49 +08:00
  • 170c4eb33c Upgrade langchain version to 1.x (#720) Willem Jiang 2025-11-28 22:09:13 +08:00
  • b24f4d3f38 fix: apply context compression to prevent token overflow (Issue #721) (#722) Willem Jiang 2025-11-28 18:52:42 +08:00
  • 223ec57fe4 fix: the frontend error when cancle the research plan (#719) Willem Jiang 2025-11-28 08:35:42 +08:00
  • 4559197505 fix: revert the part of patch of issue-710 to extract the content from the plan (#718) Willem Jiang 2025-11-27 23:59:31 +08:00
  • ca4ada5aa7 fix: multiple web_search ToolMessages only showing last result (#717) Willem Jiang 2025-11-27 21:47:08 +08:00
  • 667916959b fix: the exception of plan validation (#714) Willem Jiang 2025-11-27 19:39:25 +08:00
  • bec97f02ae fix: the crawling error when encountering PDF URLs (#707) Willem Jiang 2025-11-25 09:24:52 +08:00
  • da514337da fix: the validation Error with qwen-max-latest Model (#706) Willem Jiang 2025-11-24 21:13:15 +08:00
  • 478291df07 fix: ensure researcher agent uses web search tool instead of generating URLs (#702) (#704) Willem Jiang 2025-11-24 20:07:28 +08:00
  • cc9414f978 Add unit tests for PPT composer locale handling (#696) Copilot 2025-11-22 17:03:06 +08:00
  • 1bfcf9f429 feat: enable ppt_composer.zh_CN.md with request.locale (#694) pizzahan 2025-11-22 16:56:18 +08:00
  • 2d1a0997eb feat: be compatible with case: json_object is not supported by used model (#673) Zts0hg 2025-11-21 09:41:34 +08:00
  • 164ef5b8be refactor: Welcome layout and conditional rendering (#690) agoudbg 2025-11-21 09:27:14 +08:00
  • b7a4b0f446 Add GitHub Copilot instructions for repository context (#698) Copilot 2025-11-17 09:57:03 +08:00
  • aa027faf95 feat: Qdrant Vector Search Support (#684) Anush 2025-11-11 17:05:00 +05:30
  • 70dbd21bdf docs: add comprehensive debugging guide and improve troubleshooting documentation (#688) js0205 2025-11-10 09:34:16 +08:00
  • a38c8584d7 feat: add edit and refresh functionality for MCP servers in settings tab (#680) Qiyuan Jiao 2025-11-06 10:38:45 +08:00
  • fea585ae3d fix: prevent DOM error when removing temporary download link (#675) (#676) Willem Jiang 2025-10-31 22:30:34 +08:00
  • 6ae4bc588a fix: remove the unnessary conditional edge. (#671) Willem Jiang 2025-10-29 10:12:32 +08:00
  • 0415f622da fix: presever the local setting between frontend and backend (#670) Willem Jiang 2025-10-28 21:45:29 +08:00
  • eb4c3b8ef6 fix: pass the locale through the frontend chat (#668) Willem Jiang 2025-10-28 08:41:54 +08:00
  • b4c09aa4b1 security: add log injection attack prevention with input sanitization (#667) Willem Jiang 2025-10-27 20:57:23 +08:00
  • ccd7535072 fix: make SSE buffer size configurable to prevent overflow during multi-round searches (#664) (#665) Willem Jiang 2025-10-27 17:03:38 +08:00
  • 83f1334db0 feat: add comprehensive debug logging for issue #477 hanging/freezing diagnosis (#662) Willem Jiang 2025-10-27 08:21:30 +08:00
  • e9f0a02f1f docs: add tool-specific interrupts configuration to conf.yaml.example (#661) Willem Jiang 2025-10-27 07:21:41 +08:00
  • 6ded818f62 fix: handle escaped curly braces in LaTeX formulas (#608) (#660) Willem Jiang 2025-10-26 10:15:35 +08:00
  • bcc403ecd3 feat: implement tool-specific interrupts for create_react_agent (#572) (#659) Willem Jiang 2025-10-26 09:47:03 +08:00
  • 0441038672 fix: improve config loading resilience for non-localhost access (#510) (#658) Willem Jiang 2025-10-26 07:34:12 +08:00
  • c7a82b82b4 fix: parsed json with extra tokens issue (#656) Willem Jiang 2025-10-26 07:24:25 +08:00
  • fd5a9aeae4 fix: handle [ACCEPTED] feedback gracefully without TypeError in plan review (#657) Willem Jiang 2025-10-25 22:06:19 +08:00
  • 1d71f8910e fix: react key warnings from duplicate message IDs + establish jest testing framework (#655) Willem Jiang 2025-10-25 20:46:43 +08:00
  • f2be4d6af1 fix: prevent tool name concatenation in consecutive tool calls to fix #523 (#654) Willem Jiang 2025-10-24 22:26:25 +08:00
  • 36bf5c9ccd fix: repair missing step_type fields in Plan validation (#653) Willem Jiang 2025-10-24 21:26:48 +08:00
  • 975b344ca7 fix: resolve issue #651 - crawl error with None content handling (#652) Willem Jiang 2025-10-24 17:06:54 +08:00
  • 2001a7c223 Fix: clarification bugs - max rounds, locale passing, and over-clarification (#647) jimmyuconn1982 2025-10-24 16:43:39 +08:00
  • 5eada04f50 feat: Add comprehensive Chinese localization support for issue #412 (#649) Willem Jiang 2025-10-24 16:31:19 +08:00
  • 052490b116 fix: resolve issue #467 - message content validation and Tavily search error handling (#645) Willem Jiang 2025-10-23 22:08:14 +08:00
  • c15c480fe6 docs: provide comprehensive API documentation for the backend server (#646) Willem Jiang 2025-10-23 19:40:22 +08:00
  • 829cb39b25 fix: Optimize the performance of stream data processing and add anti-… (#642) Qiyuan Jiao 2025-10-22 23:08:18 +08:00
  • 9ece3fd9c3 fix: support additional Tavily search parameters via configuration to fix #548 (#643) Willem Jiang 2025-10-22 22:56:02 +08:00
  • 003f081a7b fix: Refine clarification workflow state handling (#641) jimmyuconn1982 2025-10-22 22:49:07 +08:00
  • 9371ad23ee Polish the Makefile comment (#644) Willem Jiang 2025-10-22 17:06:41 +08:00
  • add0a701f4 fix: ensure web search is performed for research plans to fix #535 (#640) Willem Jiang 2025-10-22 08:27:06 +08:00
  • 2ff7d9adf8 Added the Agent.md file to work with AI agent (#639) Willem Jiang 2025-10-21 15:25:13 +08:00
  • 1a16677d1a fix: unescape markdown-escaped characters in math formulas to fix #608 (#637) Willem Jiang 2025-10-21 10:06:31 +08:00
  • cb5c477371 Using tsx to run the ts unit tests (#638) Willem Jiang 2025-10-21 10:05:50 +08:00
  • d30c4d00d3 fix: convert crawl_tool dict return to JSON string for type consistency (#636) Willem Jiang 2025-10-21 10:00:33 +08:00
  • e2ff765460 fix: correct image result format for OpenAI compatibility to fix #632 (#634) Willem Jiang 2025-10-20 23:14:09 +08:00
  • 3689bc0e69 fix: handle non-string tool results to fix #631 (#633) Willem Jiang 2025-10-20 23:10:58 +08:00
  • 984aa69acf fix: optimize animations to prevent browser freeze with many research steps (#630) Willem Jiang 2025-10-19 19:24:57 +08:00
  • 5af036f19f fix: add missing RunnableConfig parameter to human_feedback_node (#629) Willem Jiang 2025-10-19 17:35:06 +08:00
  • 57c9c2dcd5 fix: improve error handling in researcher and coder nodes (#596) Willem Jiang 2025-10-19 16:33:14 +08:00
  • 497a2a39cf fix:the formual display error after report editing (#627) Willem Jiang 2025-10-17 15:34:43 +08:00
  • c6348e70c6 fix: prevent repeated content animation during thinking streaming (#614) (#623) Willem Jiang 2025-10-16 19:48:05 +08:00
  • d9f829b608 Add frontend tests step to frontend lint workflow Willem Jiang 2025-10-16 18:22:27 +08:00
  • 025ea6b94e fix: add unique key prop to conversation starter list items (#619) Willem Jiang 2025-10-16 18:07:12 +08:00
  • 120fcfb316 fix: configure Windows event loop policy for PostgreSQL async compatibility (#618) Willem Jiang 2025-10-16 17:38:18 +08:00
  • 9b127c55f2 chore: add frontend unit tests to lint-frontend make target Willem Jiang 2025-10-15 08:34:01 +08:00
  • 779de40f10 fix: exclude test files from TypeScript type checking Willem Jiang 2025-10-15 08:29:09 +08:00
  • 58c1743ed5 fix: resolve math formula display abnormal after editing report Willem Jiang 2025-10-15 08:13:49 +08:00
  • 24e2d86f7b fix: add max_clarification_rounds parameter passing from frontend to backend (#616) jimmyuconn1982 2025-10-14 02:56:20 -07:00
  • 2510cc61de feat: Add intelligent clarification feature in coordinate step for research queries (#613) jimmyuconn1982 2025-10-13 22:35:57 -07:00
  • 81c91dda43 feature: clean up the temp file which are generated when running the unit test of milvus (#612) Willem Jiang 2025-10-12 22:10:15 +08:00
  • 2a6455c436 feature: add formula rander in the markdown (#611) Willem Jiang 2025-10-11 23:05:09 +08:00
  • f80af8e132 chore: fix incorrect filename in conf.yaml.example comments (#609) jovial 2025-10-11 10:00:22 +08:00
  • 79b9cdb59a feature:Add the debug setting on vscode (#606) Willem Jiang 2025-10-05 22:07:23 +08:00
  • 24f6905c18 fix: support local models by making thought field optional in Plan model (#601) jimmyuconn1982 2025-09-27 17:48:39 -07:00
  • 5f4eb38fdb feat: add context compress (#590) Fancy-hjyp 2025-09-27 06:42:22 -07:00
  • c214999606 feat: add strategic_investment report style (#595) HagonChan 2025-09-24 09:50:36 +08:00
  • 1c27e0f2ae feat: add support for searx/searxng (#253) Gordon 2025-09-22 18:54:30 +08:00
  • 6bb0b95579 feat:support config tavily search results (#591) Fancy-hjyp 2025-09-22 18:26:50 +08:00
  • 150a730f98 Debug deerflow server, web with vscode (#592) irrcombat 2025-09-22 13:59:34 +08:00
  • 7694bb5d72 feat: support dify in rag module (#550) Chayton Bai 2025-09-16 20:30:45 +08:00
  • 5085bf8ee9 feat: support for moi in RAG module (#571) lele3436 2025-09-16 20:25:59 +08:00
  • ea0fe62971 fix: don't expose internal application error to client (#585) Willem Jiang 2025-09-16 10:01:24 +08:00
  • 79ab7365c0 fix: log the exception of graph execution (#577) Willem Jiang 2025-09-14 21:20:25 +08:00
  • 26a587c24e fix: frontend supports chinese for listing datasets in RAG (#582) lele3436 2025-09-14 20:19:56 +08:00
  • bbc49a04a6 feat: add Google AI Studio API support with platform-based detection (#502) HagonChan 2025-09-13 08:49:05 +08:00
  • dd9af1eb50 feat: Implement Milvus retriver for RAG (#516) CHANGXUBO 2025-09-12 22:20:55 +08:00
  • eec8e4dd60 refactor(logging): add explicit error log message (#576) jimma 2025-09-12 22:09:08 +08:00
  • 6d1d7f2d9e fix: Remove duplicate assignment operations for the tool_call_chunks field (#575) Qiyuan Jiao 2025-09-12 21:56:53 +08:00
  • c2186c1ef8 doc: updated the README of the bootstrap (#568) Willem Jiang 2025-09-10 21:00:16 +08:00
  • 005712679c docs: add deployment note for Linux servers (#565) voroq 2025-09-09 23:05:04 +08:00
  • 317acdffad fix: the stdio and sse mcp server loading issue (#566) Willem Jiang 2025-09-09 23:02:15 +08:00
  • 4c17d88029 feat: creating mogodb and postgres mock instance in checkpoint test (#561) Willem Jiang 2025-09-09 22:49:11 +08:00
  • 7138ba36bc Add psycopg dependencies instruction for checkpointing (#564) CHANGXUBO 2025-09-09 17:28:18 +08:00
  • 38ff2f7276 fix: correct typo in MongoDB connection string within .env.example (#560) voroq 2025-09-08 06:54:21 +08:00
  • a8a2e29e2c build(deps): bump next from 15.3.0 to 15.4.7 in /web (#556) dependabot[bot] 2025-09-04 22:26:33 +08:00
  • a41ced1345 fix: the search content return tuple issue (#555) Willem Jiang 2025-09-04 15:45:30 +08:00
  • 8f127df948 Fixed the deepseek v3 planning issue #545 (#554) Willem Jiang 2025-09-04 10:09:49 +08:00
  • 5f1981ac9b fix deer-flow/src/prompts/prose/prose_zap.md (#553) 12november 2025-09-03 19:32:09 +08:00
  • 72f9c59195 feat: add lint check of front-end (#534) Willem Jiang 2025-08-22 21:08:53 +08:00
  • 0a02843666 Fix: build of font end of #466 (#530) Willem Jiang 2025-08-21 23:25:52 +08:00
  • f17e5bd6c8 FIX/Adapt message box to handle long text in frontend (#466) 道心坚定韩道友 2025-08-21 10:31:54 +08:00
  • db6c1bf7cb fix: update TavilySearchWithImages to inherit from TavilySearchResults (#522) CHANGXUBO 2025-08-21 09:52:12 +08:00
  • 270d8c3712 fix: env parameters exception when configuring SSE or HTTP MCP server (#513) Anoyer-lzh 2025-08-20 17:23:57 +08:00