Commit Graph

  • 02f701adbd fix(podcast): add fallback for models without json_object support (#747) (#785) Willem Jiang 2025-12-26 23:04:20 +0800
  • bab60e6e3d
    fix(podcast): add fallback for models without json_object support (#747) (#785) Willem Jiang 2025-12-26 23:04:20 +0800
  • 727b602ade fix(metrics): update the polynomial regular expression used on uncontrolled data (#784) Willem Jiang 2025-12-26 10:10:12 +0800
  • 5a79f896c4
    fix(metrics): update the polynomial regular expression used on uncontrolled data (#784) Willem Jiang 2025-12-26 10:10:12 +0800
  • 436cd63004 fix(web): enable runtime API URL detection for cross-machine access (#777) (#783) Willem Jiang 2025-12-25 22:34:26 +0800
  • cd5c4877f3
    fix(web): enable runtime API URL detection for cross-machine access (#777) (#783) Willem Jiang 2025-12-25 22:34:26 +0800
  • 99a44f1350 feat(eval): add report quality evaluation module and UI integration (#776) Willem Jiang 2025-12-25 21:55:48 +0800
  • 8d9d767051
    feat(eval): add report quality evaluation module and UI integration (#776) Willem Jiang 2025-12-25 21:55:48 +0800
  • f8fd138564 refactor(graph): Refactor tool loading logic within nodes (#782) geniusroad 2025-12-25 21:10:04 +0800
  • 84a7f7815c
    refactor(graph): Refactor tool loading logic within nodes (#782) geniusroad 2025-12-25 21:10:04 +0800
  • 214c6b26c2 test: add unit tests for global connection pool (Issue #778) (#780) Willem Jiang 2025-12-23 23:06:39 +0800
  • fb319aaa44
    test: add unit tests for global connection pool (Issue #778) (#780) Willem Jiang 2025-12-23 23:06:39 +0800
  • a650a93556 feat:Database connections use connection pools (#757) YikB 2025-12-23 20:35:08 +0800
  • 83e9d7c9e5
    feat:Database connections use connection pools (#757) YikB 2025-12-23 20:35:08 +0800
  • b06180206a Fix typo in vulnerability reporting instructions (#772) Loganaden Velvindron 2025-12-21 13:07:13 +0400
  • 1f403a9f79
    Fix typo in vulnerability reporting instructions (#772) Loganaden Velvindron 2025-12-21 13:07:13 +0400
  • 5e3a4f9bbc Added the security policy Willem Jiang 2025-12-21 09:12:02 +0800
  • 4dde77986a
    Added the security policy Willem Jiang 2025-12-21 09:12:02 +0800
  • 904c414f4d feat: add resource upload support for RAG (#768) Willem Jiang 2025-12-19 09:55:34 +0800
  • 04296cdf5a
    feat: add resource upload support for RAG (#768) Willem Jiang 2025-12-19 09:55:34 +0800
  • 7f9563bbca feat(web): add enable_web_search frontend UI (#681) (#766) Jiahe Wu 2025-12-17 23:36:32 +0800
  • 3e8f2ce3ad
    feat(web): add enable_web_search frontend UI (#681) (#766) Jiahe Wu 2025-12-17 23:36:32 +0800
  • 2c90cd0378 fix: display direct_response message in frontend (#763) (#764) Jiahe Wu 2025-12-17 21:04:37 +0800
  • b85130b849
    fix: display direct_response message in frontend (#763) (#764) Jiahe Wu 2025-12-17 21:04:37 +0800
  • d1ce339090 feat(web): add multi-format report export (Markdown, HTML, PDF, Word,… (#756) Jiahe Wu 2025-12-16 09:06:24 +0800
  • a4f64abd1f
    feat(web): add multi-format report export (Markdown, HTML, PDF, Word,… (#756) Jiahe Wu 2025-12-16 09:06:24 +0800
  • c6e202e593 feat: add Serper search engine support (#762) Willem Jiang 2025-12-15 23:04:26 +0800
  • 2a97170b6c
    feat: add Serper search engine support (#762) Willem Jiang 2025-12-15 23:04:26 +0800
  • 94869c353a feat: add enable_web_search config to disable web search (#681) (#760) Jiahe Wu 2025-12-15 19:17:24 +0800
  • 93d81d450d
    feat: add enable_web_search config to disable web search (#681) (#760) Jiahe Wu 2025-12-15 19:17:24 +0800
  • 25f742e28e fix: handle greetings without triggering research workflow (#755) Jiahe Wu 2025-12-13 20:25:46 +0800
  • c686ab7016
    fix: handle greetings without triggering research workflow (#755) Jiahe Wu 2025-12-13 20:25:46 +0800
  • 5434f9018e build(deps): bump next from 15.4.8 to 15.4.10 in /web (#758) dependabot[bot] 2025-12-12 10:36:47 +0800
  • a6d8deee8b
    build(deps): bump next from 15.4.8 to 15.4.10 in /web (#758) dependabot[bot] 2025-12-12 10:36:47 +0800
  • 6c5ba8c6fd docs: add more MCP integration examples (#441) (#754) blueberrycongee 2025-12-11 21:21:37 +0800
  • 4c2592ac85
    docs: add more MCP integration examples (#441) (#754) blueberrycongee 2025-12-11 21:21:37 +0800
  • b168d92d6a fix(agents): patch _run in ToolInterceptor to ensure interrupt triggering (#753) Willem Jiang 2025-12-10 22:15:08 +0800
  • ec99338c9a
    fix(agents): patch _run in ToolInterceptor to ensure interrupt triggering (#753) Willem Jiang 2025-12-10 22:15:08 +0800
  • c35dbab531 fix(checkpoint): clear in-memory store after successful persistence (#751) Willem Jiang 2025-12-09 23:32:13 +0800
  • 84c449cf79
    fix(checkpoint): clear in-memory store after successful persistence (#751) Willem Jiang 2025-12-09 23:32:13 +0800
  • c42257af4f Add the InfoQuest banner to the README (#748) infoquest-byteplus 2025-12-08 17:42:04 +0800
  • fde7a69562
    Add the InfoQuest banner to the README (#748) infoquest-byteplus 2025-12-08 17:42:04 +0800
  • ec0f65df0d fix: setup WindowsSelectorEventLoopPolicy in the first place #741 (#742) Willem Jiang 2025-12-06 22:10:13 +0800
  • 3bf4e1defb
    fix: setup WindowsSelectorEventLoopPolicy in the first place #741 (#742) Willem Jiang 2025-12-06 22:10:13 +0800
  • 11a96f40cf fix: passing the locale to create_react_agent (#745) Willem Jiang 2025-12-06 11:15:11 +0800
  • 3191e81939
    fix: passing the locale to create_react_agent (#745) Willem Jiang 2025-12-06 11:15:11 +0800
  • c58f936e40 build(deps): bump next from 15.4.7 to 15.4.8 in /web (#744) dependabot[bot] 2025-12-05 14:30:00 +0800
  • 21da2630f3
    build(deps): bump next from 15.4.7 to 15.4.8 in /web (#744) dependabot[bot] 2025-12-05 14:30:00 +0800
  • bc522114d9 feat:Strip code blocks in plan data. (#738) zhangga 2025-12-04 23:04:29 +0800
  • bd6c50de33
    feat:Strip code blocks in plan data. (#738) zhangga 2025-12-04 23:04:29 +0800
  • 4b7e44abd8 fix: update Interrupt object attribute access for LangGraph 1.0+ (#730) (#731) Willem Jiang 2025-12-02 11:16:00 +0800
  • c36ab393f1
    fix: update Interrupt object attribute access for LangGraph 1.0+ (#730) (#731) Willem Jiang 2025-12-02 11:16:00 +0800
  • ac1aa20821 Clear-text logging of sensitive information (#732) Willem Jiang 2025-12-02 09:58:28 +0800
  • e1772d52a9
    Clear-text logging of sensitive information (#732) Willem Jiang 2025-12-02 09:58:28 +0800
  • bdffa70a75 feat: support infoquest (#708) infoquest-byteplus 2025-12-02 08:16:35 +0800
  • 7ec9e45702
    feat: support infoquest (#708) infoquest-byteplus 2025-12-02 08:16:35 +0800
  • 93151a04c5 fix(web): handle incomplete JSON in MCP tool call arguments (#528) (#727) Willem Jiang 2025-11-29 16:38:29 +0800
  • e179fb1632
    fix(web): handle incomplete JSON in MCP tool call arguments (#528) (#727) Willem Jiang 2025-11-29 16:38:29 +0800
  • 2772bf3cef fix(llm): filter unexpected config keys to prevent LangChain warnings (#411) (#726) Willem Jiang 2025-11-29 16:13:05 +0800
  • 4a78cfe12a
    fix(llm): filter unexpected config keys to prevent LangChain warnings (#411) (#726) Willem Jiang 2025-11-29 16:13:05 +0800
  • 0adf626cdb feat: add analysis step type for non-code reasoning tasks (#677) (#723) Willem Jiang 2025-11-29 09:46:55 +0800
  • 2e010a4619
    feat: add analysis step type for non-code reasoning tasks (#677) (#723) Willem Jiang 2025-11-29 09:46:55 +0800
  • b0498fb892 Update uv.lock to sync with pyproject.toml (#724) Willem Jiang 2025-11-28 22:33:49 +0800
  • 2cc19d6309
    Update uv.lock to sync with pyproject.toml (#724) Willem Jiang 2025-11-28 22:33:49 +0800
  • 1d77a369ec Upgrade langchain version to 1.x (#720) Willem Jiang 2025-11-28 22:09:13 +0800
  • 170c4eb33c
    Upgrade langchain version to 1.x (#720) Willem Jiang 2025-11-28 22:09:13 +0800
  • 9316ec69b8 fix: apply context compression to prevent token overflow (Issue #721) (#722) Willem Jiang 2025-11-28 18:52:42 +0800
  • b24f4d3f38
    fix: apply context compression to prevent token overflow (Issue #721) (#722) Willem Jiang 2025-11-28 18:52:42 +0800
  • 43f592b92f fix: the frontend error when cancle the research plan (#719) Willem Jiang 2025-11-28 08:35:42 +0800
  • 223ec57fe4
    fix: the frontend error when cancle the research plan (#719) Willem Jiang 2025-11-28 08:35:42 +0800
  • 2e177bc17c 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 +0800
  • 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 +0800
  • 41c6120b4f fix: multiple web_search ToolMessages only showing last result (#717) Willem Jiang 2025-11-27 21:47:08 +0800
  • ca4ada5aa7
    fix: multiple web_search ToolMessages only showing last result (#717) Willem Jiang 2025-11-27 21:47:08 +0800
  • 70759bac9f fix: the exception of plan validation (#714) Willem Jiang 2025-11-27 19:39:25 +0800
  • 667916959b
    fix: the exception of plan validation (#714) Willem Jiang 2025-11-27 19:39:25 +0800
  • 6d47342e05 fix: the crawling error when encountering PDF URLs (#707) Willem Jiang 2025-11-25 09:24:52 +0800
  • bec97f02ae
    fix: the crawling error when encountering PDF URLs (#707) Willem Jiang 2025-11-25 09:24:52 +0800
  • af2547b089 fix: the validation Error with qwen-max-latest Model (#706) Willem Jiang 2025-11-24 21:13:15 +0800
  • da514337da
    fix: the validation Error with qwen-max-latest Model (#706) Willem Jiang 2025-11-24 21:13:15 +0800
  • baf66cd3c7 fix: ensure researcher agent uses web search tool instead of generating URLs (#702) (#704) Willem Jiang 2025-11-24 20:07:28 +0800
  • 478291df07
    fix: ensure researcher agent uses web search tool instead of generating URLs (#702) (#704) Willem Jiang 2025-11-24 20:07:28 +0800
  • 58a8ec6818 Add unit tests for PPT composer locale handling (#696) Copilot 2025-11-22 17:03:06 +0800
  • cc9414f978
    Add unit tests for PPT composer locale handling (#696) Copilot 2025-11-22 17:03:06 +0800
  • b72998526c feat: enable ppt_composer.zh_CN.md with request.locale (#694) pizzahan 2025-11-22 16:56:18 +0800
  • 1bfcf9f429
    feat: enable ppt_composer.zh_CN.md with request.locale (#694) pizzahan 2025-11-22 16:56:18 +0800
  • 20b4562150 feat: be compatible with case: `json_object` is not supported by used model (#673) Zts0hg 2025-11-21 09:41:34 +0800
  • 2d1a0997eb
    feat: be compatible with case: `json_object` is not supported by used model (#673) Zts0hg 2025-11-21 09:41:34 +0800
  • a5f6bde26f refactor: Welcome layout and conditional rendering (#690) agoudbg 2025-11-21 09:27:14 +0800
  • 164ef5b8be
    refactor: Welcome layout and conditional rendering (#690) agoudbg 2025-11-21 09:27:14 +0800
  • ba8d4877be Add GitHub Copilot instructions for repository context (#698) Copilot 2025-11-17 09:57:03 +0800
  • b7a4b0f446
    Add GitHub Copilot instructions for repository context (#698) Copilot 2025-11-17 09:57:03 +0800
  • bd89ad7ba2 feat: Qdrant Vector Search Support (#684) Anush 2025-11-11 17:05:00 +0530
  • aa027faf95
    feat: Qdrant Vector Search Support (#684) Anush 2025-11-11 17:05:00 +0530
  • 3652a39e36 docs: add comprehensive debugging guide and improve troubleshooting documentation (#688) js0205 2025-11-10 09:34:16 +0800
  • 70dbd21bdf
    docs: add comprehensive debugging guide and improve troubleshooting documentation (#688) js0205 2025-11-10 09:34:16 +0800
  • 1aadbc1c75 feat: add edit and refresh functionality for MCP servers in settings tab (#680) Qiyuan Jiao 2025-11-06 10:38:45 +0800
  • a38c8584d7
    feat: add edit and refresh functionality for MCP servers in settings tab (#680) Qiyuan Jiao 2025-11-06 10:38:45 +0800
  • 452ecd77b9 fix: prevent DOM error when removing temporary download link (#675) (#676) Willem Jiang 2025-10-31 22:30:34 +0800
  • fea585ae3d
    fix: prevent DOM error when removing temporary download link (#675) (#676) Willem Jiang 2025-10-31 22:30:34 +0800