Willem Jiang
8a3ee1317f
fix: the Backend returns 400 error ( #449 )
2025-07-20 11:38:18 +08:00
Willem Jiang
51fcfa435e
feat: polish the mcp-server configure feature ( #447 )
...
* feat: disable the MCP server configuation by default
* Fixed the lint and test errors
* fix the lint error
* feat:update the mcp config documents and tests
* fixed the lint errors
2025-07-19 09:33:32 +08:00
Willem Jiang
62a6430deb
feat: disable the MCP server configuation by default ( #444 )
...
* feat: disable the MCP server configuation by default
* Fixed the lint and test errors
* fix the lint error
2025-07-19 08:39:42 +08:00
DanielWalnut
80bc8d14b8
fix: fix the bug introduced by coordinator messages update ( #445 )
2025-07-18 21:36:13 +08:00
Willem Jiang
56d5b3ca1c
feat: add CORS setting for the backend application ( #443 )
...
* feat: add CORS setting for the backend application
* fix the formate issue
2025-07-18 18:04:03 +08:00
道心坚定韩道友
911b8b947c
fix:planner AttributeError 'list' object has no attribute 'get' ( #436 )
2025-07-18 09:27:15 +08:00
xiaofeng
237d6422c7
fix:The console UI directly throws an error when user input is empty ( #438 )
2025-07-17 18:15:13 +08:00
Kuro Akuta
c0ad5e67ca
fix: fix the coordinator's forgetting of its own messages. ( #433 )
2025-07-17 08:36:31 +08:00
DanielWalnut
0ab3f5758f
fix: fix unit test cases for prompt enhancer ( #431 )
2025-07-16 11:41:43 +08:00
Affan Shaikhsurab
60e9c8c391
fix: handle empty agent tuple in streaming workflow ( #427 )
...
Prevents IndexError when agent[0] is accessed on empty tuple,
resolving display issues with Gemini 2.0 Flash model.
Fixes #425
2025-07-16 08:59:11 +08:00
DanielWalnut
30a2ae6a20
refactor: refine the prompt enhancer pipeline ( #426 )
2025-07-15 19:21:59 +08:00
DanielWalnut
034817cc4a
refactor: human feedback doesn't need to check enough context ( #423 )
2025-07-15 18:51:41 +08:00
Willem Jiang
1a6ffd7556
fix: clean up the builder code ( #417 )
...
* fix: clean up the builder code
* fix:reformat the code
2025-07-15 17:22:50 +08:00
Affan Shaikhsurab
664b5a8b32
Update configuration_guide.md ( #416 )
...
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-07-14 19:05:07 +08:00
orifake
d31f8af678
fix: missing i18n message ( #410 )
...
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-07-14 18:56:17 +08:00
HagonChan
915e9a806a
fix: add missing translation for chat.page ( #409 )
...
* fix: Error: MISSING_MESSAGE: Could not resolve chat.page` in messages for locale 'en'
Fixed a `MISSING_MESSAGE` error that was occurring on the chat page due to missing translation keys for `chat.page` in the internationalization messages.
* Update en.json
2025-07-14 18:54:01 +08:00
Willem Jiang
479f4a9582
fix: main build fix for the merge #237 ( #407 )
2025-07-13 09:44:28 +08:00
Shiwen Cheng
b12e635753
feat: support AzureChatOpenAI under configuring azure_endpoint or AZURE_OPENAI_ENDPOINT ( #237 )
...
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-07-13 09:27:57 +08:00
Willem Jiang
ca9c9adcb8
fix: update the reasoning model url in conf.yaml.example ( #406 )
2025-07-13 08:22:37 +08:00
Willem Jiang
f14c0a0d14
fix:catch toolCalls doesn't return validate json ( #405 )
...
Co-authored-by: Willem Jiang <143703838+willem-bd@users.noreply.github.com>
2025-07-12 23:31:43 +08:00
cmq2525
02e394d0c4
fix: repair_json_output cannot process msgs that do not starts with {, [ or ``` ( #384 )
...
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-07-12 23:29:22 +08:00
vvky
f91342249b
fix: correctly remove outermost code block markers in model responses (fix markdown rendering issue) ( #386 )
...
* fix: correctly remove outermost code block markers in frontend
* fix: correctly remove outermost quote block markers in 'dropMarkdownQuote'
* fix: correctly remove outermost quote block markers in 'dropMarkdownQuote'
* fix: correctly remove outermost quote block markers in 'dropMarkdownQuote'
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-07-12 22:19:30 +08:00
Willem Jiang
a363c2b44b
feat: add the Chinese i8n support on the setting table ( #404 )
...
* feat: Added i8n to the mcp table
* feat: Added i8n to the about table
2025-07-12 21:28:08 +08:00
johnny0120
5e1b2dfb22
feat: add i18n support and add Chinese ( #372 )
...
* feat: add i18n support and add Chinese
* fix: resolve conflicts
* Update en.json with cancle settings
* Update zh.json with settngs cancle
---------
Co-authored-by: johnny0120 <15564476+johnny0120@users.noreply.github.com>
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
Co-authored-by: Willem Jiang <143703838+willem-bd@users.noreply.github.com>
2025-07-12 15:18:28 +08:00
Willem Jiang
9b82beacf0
fix:upgrade uv version to avoid the big change of uv.lock ( #402 )
...
Co-authored-by: Willem Jiang <143703838+willem-bd@users.noreply.github.com>
2025-07-12 14:46:17 +08:00
Willem Jiang
557e83fdd7
fix: fix the lint check errors of the main branch ( #403 )
2025-07-12 14:43:25 +08:00
yihong
ec78dc0962
fix: some lint fix using tools ( #98 )
...
* fix: some lint fix using tools
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
* fix: md lint
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
* fix: some lint fix using tools
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
* fix: address comments
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
* fix: tests
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
---------
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-07-12 13:59:02 +08:00
Willem Jiang
c6e18d05cb
feat: add the vscode unit test debug settings ( #346 )
2025-07-12 13:27:47 +08:00
Kirk Lin
2fd742d9c9
feat(llm): Add retry mechanism for LLM API calls ( #400 )
...
* feat(llm): Add retry mechanism for LLM API calls
* feat: configure max_retries for LLM calls via conf.yaml
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-07-12 10:12:07 +08:00
HagonChan
80e2b62c86
feat: add Domain Control Features for Tavily Search Engine ( #401 )
...
* feat: add Domain Control Features for Tavily Search Engine
* fixed
* chore: update config.md
2025-07-12 08:53:51 +08:00
MaojiaSheng
abbd39d33d
doc: add knowledgebase rag examples in readme ( #383 )
...
* doc: add private knowledgebase examples in readme
* doc: add private knowledgebase examples in readme
* doc: add private knowledgebase examples in readme
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-07-07 13:05:01 +08:00
Willem Jiang
7f6efcb40a
fix: the typo of setup-uv action ( #393 )
...
* fix: spine the github hash on the third party actions
* fix: the typo of action
* fix: try to fix the build by specify the action version
2025-07-07 08:43:11 +08:00
Willem Jiang
11aa744369
fix: spine the github hash on the third party actions ( #392 )
2025-07-07 08:18:17 +08:00
殷逸维
e34f775677
fix: docker build ( #385 )
...
* fix: docker build
* modify base docker image
2025-07-05 11:07:52 +08:00
Abeautifulsnow
7165023ee6
refactor: simplify style mapping by using upper case only ( #378 )
...
* improve: add abort btn to abort the mcp add request.
* refactor: simplify style mapping by using upper case only
* format: execute uv run black --preview . to format python files.
2025-07-04 08:27:20 +08:00
殷逸维
efcbc8d10d
feat: integrate VikingDB Knowledge Base into rag retrieving tool ( #381 )
...
Co-authored-by: Henry Li <henry1943@163.com>
2025-07-03 10:06:42 +08:00
Johannes Maron
b6dd6a3453
Publish containers to GitHub ( #375 )
...
This workflow creates two offical container images:
* `ghcr.io/codingjoe/deer-flow:main`
* `ghcr.io/codingjoe/deer-flow-web:main`
2025-06-29 20:55:51 +08:00
JeffJiang
e4411d80d7
fix: next server fetch error ( #374 )
2025-06-27 14:23:04 +08:00
Willem Jiang
6de400f6bc
fix: the lint error of llm.py ( #369 )
2025-06-26 10:36:26 +08:00
Tony M
5b27b3993a
Add support for self-signed certs from model providers ( #276 )
...
* Add support for self-signed certs from model providers
* cleanup
---------
Co-authored-by: tonydoesathing <tmastromarino@cpacket.com>
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-06-26 10:17:26 +08:00
Abeautifulsnow
2fcbb91c10
improve: add abort btn to abort the mcp add request. ( #284 )
2025-06-26 08:51:46 +08:00
johnny0120
dea53a6c35
fix: replace json before js fence ( #344 )
2025-06-26 08:40:32 +08:00
Young
208d3344af
fix: settings tab display name ( #250 )
2025-06-19 14:33:00 +08:00
Willem Jiang
abc4ac8d66
test: add unit tests of the app ( #305 )
...
* test: add unit tests in server
* test: add unit tests of app.py in server
* test: reformat the codes
* test: add more tests to cover the exception part
* test: add more tests on the server app part
* fix: don't show the detail exception to the client
* test: try to fix the CI test
* fix: keep the TTS API call without exposure information
* Fixed the unit test errors
* Fixed the lint error
2025-06-18 14:13:05 +08:00
Willem Jiang
8e8207cc34
Fix: the test errors of test_nodes ( #345 )
2025-06-18 11:59:33 +08:00
Willem Jiang
309e45f1b5
test: add unit tests for graph ( #296 )
...
* test: added unit test of builder
* test: Add unit tests for nodes.py
* test: add more unit tests in test_nodes
* test: try to fix the unit test error on GitHub
* test: reformate the code of test_nodes.py
* Fix the test error of reset the local argument
* Fixed the test error by setup args
* reformat the code
2025-06-18 10:05:02 +08:00
Willem Jiang
d6252a2ced
test: add test of json_utils ( #309 )
...
* test: add test of json_utils
* reformat the code
2025-06-18 10:04:46 +08:00
lelili2021
e0625a96b2
fix: update several links related to volcengine in Readme ( #333 )
2025-06-17 08:49:29 +08:00
Ryan Guo
f5178eb52a
doc: provide a workable guideline update for ollama user ( #323 )
2025-06-17 08:47:54 +08:00
Luludle
8e4de0a498
fix: add line breaks to mcp edit dialog ( #313 )
2025-06-17 08:31:35 +08:00