HansleCho
bedf7d4af2
Feat: Add Wikipedia search engine ( #478 )
...
* feat: add Wikipedia search engine
* wikipedia
* make format
2025-07-29 13:58:08 +08:00
Zhonghao Liu
f92bf0ca22
Feat: Cross-Language Search for RAGFlow ( #469 )
...
* cross-language search
* test passed
2025-07-24 16:39:02 +08:00
殷逸维
660395485c
remove volengine package ( #464 )
2025-07-23 06:06:57 +08:00
道心坚定韩道友
32d8e514e1
fix:env AGENT_RECURSION_LIMIT not work ( #453 )
...
* fix:env AGENT_RECURSION_LIMIT not work
* fix:add test
* black tests/unit/config/test_configuration.py
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com >
2025-07-22 15:23:21 +08:00
Affan Shaikhsurab
b197b0f4cb
Fix empty tuple agent ( #458 )
...
* feat: add support for 'unknown' message agent in MessageListItem and Message type
* fix: update default agent name from 'unknown' to 'planner' in workflow generator
* fix: remove handling for 'unknown' agent in MessageListItem
* fix: remove 'unknown' agent from Message interface
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com >
2025-07-22 15:20:12 +08:00
DanielWalnut
6d8853b7c7
refine the research prompt ( #460 )
2025-07-22 14:49:04 +08:00
DanielWalnut
c7edaf3e84
refine the research prompt ( #459 )
2025-07-22 14:13:10 +08:00
Willem Jiang
4d65d20f01
fix: keep applying quick fix for #446 ( #450 )
...
* fix: the Backend returns 400 error
* fix: keep applying quick fix
* fix the lint error
* fixed .env.example settings
2025-07-20 14:10:46 +08:00
Willem Jiang
ff67366c5c
fix: the Backend returns 400 error ( #449 )
2025-07-20 11:38:18 +08:00
Willem Jiang
d34f48819d
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
75ad3e0dc6
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
dbb24d7d14
fix: fix the bug introduced by coordinator messages update ( #445 )
2025-07-18 21:36:13 +08:00
Willem Jiang
933f3bb83a
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
道心坚定韩道友
f17b06f206
fix:planner AttributeError 'list' object has no attribute 'get' ( #436 )
2025-07-18 09:27:15 +08:00
Kuro Akuta
c89b35805d
fix: fix the coordinator's forgetting of its own messages. ( #433 )
2025-07-17 08:36:31 +08:00
Affan Shaikhsurab
b04225b7c8
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
b155e1eca6
refactor: refine the prompt enhancer pipeline ( #426 )
2025-07-15 19:21:59 +08:00
DanielWalnut
448001f532
refactor: human feedback doesn't need to check enough context ( #423 )
2025-07-15 18:51:41 +08:00
Willem Jiang
0f118fda92
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
Willem Jiang
bf3bcee8e3
fix: main build fix for the merge #237 ( #407 )
2025-07-13 09:44:28 +08:00
Shiwen Cheng
0c46f8361b
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
cmq2525
0dc6c16c42
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
Willem Jiang
3c46201ff0
fix: fix the lint check errors of the main branch ( #403 )
2025-07-12 14:43:25 +08:00
yihong
2363b21447
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
Kirk Lin
9f8f060506
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
dfd4712d9f
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
Abeautifulsnow
7ad11bf86c
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
殷逸维
be893eae2b
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
Willem Jiang
f27c96e692
fix: the lint error of llm.py ( #369 )
2025-06-26 10:36:26 +08:00
Tony M
b7373fbe70
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
Willem Jiang
dcdd7288ed
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
c0b04aaba2
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
4fb053b6d2
Revert "fix: solves the malformed json output and pydantic validation error p…" ( #325 )
...
This reverts commit a7315b46df .
2025-06-14 22:04:03 +08:00
DanielWalnut
19fa1e97c3
feat: add deep think feature ( #311 )
...
* feat: implement backend logic
* feat: implement api/config endpoint
* rename the symbol
* feat: re-implement configuration at client-side
* feat: add client-side of deep thinking
* fix backend bug
* feat: add reasoning block
* docs: update readme
* fix: translate into English
* fix: change icon to lightbulb
* feat: ignore more bad cases
* feat: adjust thinking layout, and implement auto scrolling
* docs: add comments
---------
Co-authored-by: Henry Li <henry1943@163.com >
2025-06-14 13:12:43 +08:00
Tax
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 )
2025-06-14 10:13:30 +08:00
Willem Jiang
4c2fe2e7f5
test: add more unit tests of tools ( #315 )
...
* test: add more test on test_tts.py
* test: add unit test of search and retriever in tools
* test: remove the main code of search.py
* test: add the travily_search unit test
* reformate the codes
* test: add unit tests of tools
* Added the pytest-asyncio dependency
* added the license header of test_tavily_search_api_wrapper.py
2025-06-12 20:43:32 +08:00
Willem Jiang
ee1af78767
test: added unit tests for rag ( #298 )
...
* test: added unit tests for rag
* reformate the code
2025-06-11 19:46:08 +08:00
Willem Jiang
2554e4ba63
test: add unit tests of llms ( #299 )
2025-06-11 19:46:01 +08:00
DanielWalnut
447e427fd3
refactor: refine teh background check logic ( #306 )
2025-06-11 11:10:02 +08:00
DanielWalnut
1cd6aa0ece
feat: implement enhance prompt ( #294 )
...
* feat: implement enhance prompt
* add unit test
* fix prompt
* fix: fix eslint and compiling issues
* feat: add border-beam animation
* fix: fix importing issues
---------
Co-authored-by: Henry Li <henry1943@163.com >
2025-06-08 19:41:59 +08:00
Willem Jiang
8081a14c21
test:unit tests for configuration ( #291 )
...
* test:unit tests for configuration
* test: update the test_configuration.py file
* test: reformate the test codes
2025-06-07 21:51:26 +08:00
Willem Jiang
c6ed423021
test: add unit tests of crawler ( #292 )
...
* test: add unit tests of crawler
* test: polish the code of crawler unit tests
2025-06-07 21:51:05 +08:00
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
Xintao Wang
cda3870add
fix: enable proxy support in aiohttp by adding trust_env=True ( #289 )
2025-06-07 15:30:13 +08:00
DanielWalnut
b5ec61bb9d
refactor: refine the graph structure ( #283 )
2025-06-05 12:47:17 +08:00
Willem Jiang
95257800d2
fix: do not return the server side exception to client ( #277 )
2025-06-05 09:23:42 +08:00
Willem Jiang
45568ca95b
fix:added sanitizing check on the log message ( #272 )
...
* fix:added sanitizing check on the log message
* fix: reformat the codes
2025-06-03 11:50:54 +08:00
Willem Jiang
db3e74629f
fix: added permissions setting in the workflow ( #273 )
...
* fix: added permissions setting in the workflow
* fix: reformat the code of src/tools/retriever.py
2025-06-03 11:48:51 +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
DanielWalnut
56e35c6b7f
feat: support llm env in env file ( #251 )
2025-05-28 16:21:40 +08:00