Commit Graph

  • afbcdd68d8
    fix: add missing translation for chat.page (#409) HagonChan 2025-07-14 18:54:01 +08:00
  • bf3bcee8e3
    fix: main build fix for the merge #237 (#407) Willem Jiang 2025-07-13 09:44:28 +08:00
  • 0c46f8361b
    feat: support AzureChatOpenAI under configuring azure_endpoint or AZURE_OPENAI_ENDPOINT (#237) Shiwen Cheng 2025-07-13 09:27:57 +08:00
  • 86a89acac3
    fix: update the reasoning model url in conf.yaml.example (#406) Willem Jiang 2025-07-13 08:22:37 +08:00
  • 2121510f63
    fix:catch toolCalls doesn't return validate json (#405) Willem Jiang 2025-07-12 23:31:43 +08:00
  • 0dc6c16c42
    fix: repair_json_output cannot process msgs that do not starts with {, [ or ``` (#384) cmq2525 2025-07-12 23:29:22 +08:00
  • 5abf8c1f5e
    fix: correctly remove outermost code block markers in model responses (fix markdown rendering issue) (#386) vvky 2025-07-12 22:19:30 +08:00
  • 70b86d8464
    feat: add the Chinese i8n support on the setting table (#404) Willem Jiang 2025-07-12 21:28:08 +08:00
  • e1187d7d02
    feat: add i18n support and add Chinese (#372) johnny0120 2025-07-12 15:18:28 +08:00
  • 136f7eaa4e
    fix:upgrade uv version to avoid the big change of uv.lock (#402) Willem Jiang 2025-07-12 14:46:17 +08:00
  • 3c46201ff0
    fix: fix the lint check errors of the main branch (#403) Willem Jiang 2025-07-12 14:43:25 +08:00
  • 2363b21447
    fix: some lint fix using tools (#98) yihong 2025-07-12 13:59:02 +08:00
  • 0d3255cdae
    feat: add the vscode unit test debug settings (#346) Willem Jiang 2025-07-12 13:27:47 +08:00
  • 9f8f060506
    feat(llm): Add retry mechanism for LLM API calls (#400) Kirk Lin 2025-07-12 10:12:07 +08:00
  • dfd4712d9f
    feat: add Domain Control Features for Tavily Search Engine (#401) HagonChan 2025-07-12 08:53:51 +08:00
  • 859c6e3c5d
    doc: add knowledgebase rag examples in readme (#383) MaojiaSheng 2025-07-07 13:05:01 +08:00
  • d8016809b2
    fix: the typo of setup-uv action (#393) Willem Jiang 2025-07-07 08:43:11 +08:00
  • 6c254c0783
    fix: spine the github hash on the third party actions (#392) Willem Jiang 2025-07-07 08:18:17 +08:00
  • d4fbc86b28
    fix: docker build (#385) 殷逸维 2025-07-05 11:07:52 +08:00
  • 7ad11bf86c
    refactor: simplify style mapping by using upper case only (#378) Abeautifulsnow 2025-07-04 08:27:20 +08:00
  • be893eae2b
    feat: integrate VikingDB Knowledge Base into rag retrieving tool (#381) 殷逸维 2025-07-03 10:06:42 +08:00
  • 5977b4a03e
    Publish containers to GitHub (#375) Johannes Maron 2025-06-29 14:55:51 +02:00
  • 52dfdd83ae
    fix: next server fetch error (#374) JeffJiang 2025-06-27 14:23:04 +08:00
  • f27c96e692
    fix: the lint error of llm.py (#369) Willem Jiang 2025-06-26 10:36:26 +08:00
  • b7373fbe70
    Add support for self-signed certs from model providers (#276) Tony M 2025-06-25 19:17:26 -07:00
  • 9c2d4724e3
    improve: add abort btn to abort the mcp add request. (#284) Abeautifulsnow 2025-06-26 08:51:46 +08:00
  • aa06cd6fb6
    fix: replace json before js fence (#344) johnny0120 2025-06-26 08:40:32 +08:00
  • 82e1b65792
    fix: settings tab display name (#250) Young 2025-06-19 14:33:00 +08:00
  • dcdd7288ed
    test: add unit tests of the app (#305) Willem Jiang 2025-06-18 14:13:05 +08:00
  • 89f3d731c9
    Fix: the test errors of test_nodes (#345) Willem Jiang 2025-06-18 11:59:33 +08:00
  • c0b04aaba2
    test: add unit tests for graph (#296) Willem Jiang 2025-06-18 10:05:02 +08:00
  • 4048ca67dd
    test: add test of json_utils (#309) Willem Jiang 2025-06-18 10:04:46 +08:00
  • 30a189cf26
    fix: update several links related to volcengine in Readme (#333) lelili2021 2025-06-17 08:49:29 +08:00
  • e03b12b97f
    doc: provide a workable guideline update for ollama user (#323) Ryan Guo 2025-06-17 08:47:54 +08:00
  • 8823ffdb6a
    fix: add line breaks to mcp edit dialog (#313) Luludle 2025-06-17 08:31:35 +08:00
  • 4fe43153b1
    fix(web): priority displayName for settings name error (#336) 3Spiders 2025-06-17 08:26:13 +08:00
  • 4fb053b6d2
    Revert "fix: solves the malformed json output and pydantic validation error p…" (#325) Willem Jiang 2025-06-14 22:04:03 +08:00
  • 19fa1e97c3
    feat: add deep think feature (#311) DanielWalnut 2025-06-14 13:12:43 +08:00
  • 52ebd048f0 docs: add comments feat/deep-think Henry Li 2025-06-14 12:02:09 +08:00
  • a7315b46df
    fix: solves the malformed json output and pydantic validation error produced by the 'planner' node by forcing the llm response to strictly comply with the pydantic 'Plan' model (#322) Tax 2025-06-13 19:13:30 -07:00
  • 03e6a1a6e7
    fix: mcp config styles (#320) JeffJiang 2025-06-13 18:01:19 +08:00
  • 7d38e5f900
    feat: append try catch (#280) Lan 2025-06-12 20:43:50 +08:00
  • 4c2fe2e7f5
    test: add more unit tests of tools (#315) Willem Jiang 2025-06-12 20:43:32 +08:00
  • b210c10304 feat: adjust thinking layout, and implement auto scrolling Henry Li 2025-06-12 19:10:29 +08:00
  • e88274d5b8 feat: ignore more bad cases Henry Li 2025-06-12 19:00:08 +08:00
  • 97ce9952a1 fix: change icon to lightbulb Henry Li 2025-06-12 18:45:25 +08:00
  • cc7247d02a fix: translate into English Henry Li 2025-06-12 18:42:45 +08:00
  • bb7dc6e98c
    docs: add VolcEngine introduction. (#314) Henry Li 2025-06-12 13:36:29 +08:00
  • 03df43feb1
    docs: add VolcEngine introduction. docs/volcengine Henry Li 2025-06-12 13:28:41 +08:00
  • d00682305f docs: update readme hetao 2025-06-12 11:24:54 +08:00
  • 87b15168ed feat: add reasoning block hetao 2025-06-12 11:16:11 +08:00
  • a0d458c8eb fix backend bug hetao 2025-06-11 22:52:59 +08:00
  • 3e364c1afe feat: add client-side of deep thinking Henry Li 2025-06-11 19:48:46 +08:00
  • ee1af78767
    test: added unit tests for rag (#298) Willem Jiang 2025-06-11 19:46:08 +08:00
  • 2554e4ba63
    test: add unit tests of llms (#299) Willem Jiang 2025-06-11 19:46:01 +08:00
  • 2ffacd9294 feat: re-implement configuration at client-side Henry Li 2025-06-11 17:40:12 +08:00
  • 6693d844a7 rename the symbol hetao 2025-06-11 14:10:18 +08:00
  • 8e68c13951 feat: implement api/config endpoint hetao 2025-06-11 13:51:58 +08:00
  • c187ae511d feat: implement backend logic hetao 2025-06-11 13:17:54 +08:00
  • 397ac57235
    fix: input text not clear when click submit button (#303) LeoJiaXin 2025-06-11 11:11:48 +08:00
  • 447e427fd3
    refactor: refine teh background check logic (#306) DanielWalnut 2025-06-11 11:10:02 +08:00
  • eeff1ebf80
    feat: added report download button (#78) Muharrem Okutan 2025-06-11 03:50:48 +02:00
  • 1cd6aa0ece
    feat: implement enhance prompt (#294) DanielWalnut 2025-06-08 19:41:59 +08:00
  • 8081a14c21
    test:unit tests for configuration (#291) Willem Jiang 2025-06-07 21:51:26 +08:00
  • c6ed423021
    test: add unit tests of crawler (#292) Willem Jiang 2025-06-07 21:51:05 +08:00
  • 0e22c373af
    feat: support to adjust writing style (#290) DanielWalnut 2025-06-07 20:48:39 +08:00
  • cda3870add
    fix: enable proxy support in aiohttp by adding trust_env=True (#289) Xintao Wang 2025-06-07 15:30:13 +08:00
  • 14005b4255 refactor: refine the graph structure refactor/use-conditional-edge hetao 2025-06-05 12:32:33 +08:00
  • b5ec61bb9d
    refactor: refine the graph structure (#283) DanielWalnut 2025-06-04 21:47:17 -07:00
  • 73ac8ae45a
    fix: web start with dotenv (#282) JeffJiang 2025-06-05 11:53:49 +08:00
  • 91648c4210
    fix: correct placeholder for API key in configuration guide (#278) Xavi 2025-06-05 09:46:47 +08:00
  • 95257800d2
    fix: do not return the server side exception to client (#277) Willem Jiang 2025-06-05 09:23:42 +08:00
  • 45568ca95b
    fix:added sanitizing check on the log message (#272) Willem Jiang 2025-06-03 11:50:54 +08:00
  • db3e74629f
    fix: added permissions setting in the workflow (#273) Willem Jiang 2025-06-03 11:48:51 +08:00
  • 0da52d41a7
    feat(chat): add animated deer to response indicator (#269) SToneX 2025-05-31 19:13:13 +08:00
  • eaaad27e44
    fix: normalize line endings for consistent chunk splitting (#235) Aeolusw 2025-05-29 20:46:57 +08:00
  • 4ddd659d8d
    feat: rag retrieving tool call result display (#263) JeffJiang 2025-05-29 19:52:34 +08:00
  • 7e9fbed918
    fix: editing plan style (#261) JeffJiang 2025-05-29 10:46:05 +08:00
  • fcbc7f1118
    revert: scroll container display change (#258) JeffJiang 2025-05-28 19:23:32 +08:00
  • d14fb262ea
    fix: message block width (#257) JeffJiang 2025-05-28 19:11:20 +08:00
  • 9888098f8a
    fix: message input box reflow (#252) JeffJiang 2025-05-28 16:38:28 +08:00
  • 56e35c6b7f
    feat: support llm env in env file (#251) DanielWalnut 2025-05-28 01:21:40 -07:00
  • 462752b462
    feat: RAG Integration (#238) JeffJiang 2025-05-28 14:13:46 +08:00
  • 0565ab6d27
    fix: fix unittes & background investigation search logic (#247) DanielWalnut 2025-05-27 23:05:34 -07:00
  • d9aa92afaa fix: fix unittes & background investigation search logic fix/unittest hetao 2025-05-28 12:46:55 +08:00
  • 29be360954
    Update nodes.py (#242) wushiai1109 2025-05-27 18:58:14 +08:00
  • 3ed70e11d5
    Fix/server error handling (#212) Harsha Vardhan Mannem 2025-05-22 00:45:07 -05:00
  • 55ce399969
    test: add background node unit test (#198) laundry 2025-05-20 14:25:35 +08:00
  • ba6198f3ec test: fix unit test error test/nodes_unit_test laundry 2025-05-20 11:59:00 +08:00
  • 28a01dfe0e test: fix unit test error laundry 2025-05-20 11:58:39 +08:00
  • 3b1db26507 test: fix test error laundry 2025-05-19 15:47:08 +08:00
  • e927b556d6 test: add background node unit test laundry 2025-05-19 15:36:24 +08:00
  • c2b8dd8e6a test: add background node unit test laundry 2025-05-19 15:33:42 +08:00
  • 8bbcdbe4de
    feat: config max_search_results for search engine (#192) DanielWalnut 2025-05-17 22:23:52 -07:00
  • dcfa5e9dee feat: config max_search_results for search engine via api feat/max-search-results hetao 2025-05-18 12:22:41 +08:00
  • 8abfd2d9ae feat: implement UI Henry Li 2025-05-18 11:52:25 +08:00
  • c6bbc595c3
    Fix :This PR can resolve the issue of exceeding the default tool invocation limit by setting the recursion limit through an environment variable.mit (#138) changqingla 2025-05-18 11:37:03 +08:00
  • ffe706d0df
    Allow concurrently run server.py and web in production mode. (#25) 牧毅 2025-05-18 11:33:00 +08:00
  • f7d79b6d83
    refactor: upgrade langgraph version (#148) DanielWalnut 2025-05-17 20:29:41 -07:00
  • d69128495b
    feat: add .venv to dockerignore and optimize Dockerfile with cache mounts for uv (#145) cndoit18 2025-05-17 21:21:55 +08:00