Commit Graph

1287 Commits

Author SHA1 Message Date
Willem Jiang d6a44a3ea3 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 047be2b857 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 01b1c21044 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 6bc4338f06 fix: enable proxy support in aiohttp by adding trust_env=True (#289) 2025-06-07 15:30:13 +08:00
DanielWalnut 78125d5fd4 refactor: refine the graph structure (#283) 2025-06-05 12:47:17 +08:00
JeffJiang 6f08a1c781 fix: web start with dotenv (#282) 2025-06-05 11:53:49 +08:00
Xavi f6516fbf0f fix: correct placeholder for API key in configuration guide (#278) 2025-06-05 09:46:47 +08:00
Willem Jiang e93e19d177 fix: do not return the server side exception to client (#277) 2025-06-05 09:23:42 +08:00
Willem Jiang 98232e0db6 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 d4b097fe44 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
SToneX 3dbf0e36ae feat(chat): add animated deer to response indicator (#269) 2025-05-31 19:13:13 +08:00
Aeolusw c0005a997a fix: normalize line endings for consistent chunk splitting (#235) 2025-05-29 20:46:57 +08:00
JeffJiang 15cdfe631e 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
JeffJiang d2ffcc5dfb fix: editing plan style (#261) 2025-05-29 10:46:05 +08:00
JeffJiang 4bb362cba2 revert: scroll container display change (#258) 2025-05-28 19:23:32 +08:00
JeffJiang 0210729ad3 fix: message block width (#257) 2025-05-28 19:11:20 +08:00
JeffJiang 357124d8ff fix: message input box reflow (#252) 2025-05-28 16:38:28 +08:00
DanielWalnut 2e1b2de5b0 feat: support llm env in env file (#251) 2025-05-28 16:21:40 +08:00
JeffJiang 96fd196baa feat: RAG Integration (#238)
* feat: add rag provider and retriever

* feat: retriever tool

* feat: add retriever tool to the researcher node

* feat: add rag http apis

* feat: new message input supports resource mentions

* feat: new message input component support resource mentions

* refactor: need_web_search to need_search

* chore: RAG integration docs

* chore: change example api host

* fix: user message color in dark mode

* fix: mentions style

* feat: add local_search_tool to researcher prompt

* chore: research prompt

* fix: ragflow page size and reporter with

* docs: ragflow integration and add acknowledgment projects

* chore: format
2025-05-28 14:13:46 +08:00
DanielWalnut d4f88e8a6e fix: fix unittes & background investigation search logic (#247) 2025-05-28 14:05:34 +08:00
wushiai1109 52c8cb0269 Update nodes.py (#242)
SELECTED_SEARCH_ENGINE impossible equal to SearchEngine.ARXIV, should be SearchEngine.ARXIV.value, or use the encapsulated get_web_search_tool
2025-05-27 18:58:14 +08:00
Harsha Vardhan Mannem da12d63fec Fix/server error handling (#212)
* chore: add venv/ to gitignore

* fix: add server error handling and graceful shutdown

* Fix linting issues in server.py
2025-05-22 13:45:07 +08:00
laundry 6caff743f6 test: add background node unit test (#198)
* test: add background node unit test

Change-Id: Ia99f5a1687464387dcb01bbee04deaa371c6e490

* test: add background node unit test

Change-Id: I9aabcf02ff04fda40c56f3ea22abe6b8f93bf9b6

* test: fix test error

Change-Id: I3997dc53a2cfaa35501a1fbda5902ee15528124e

* test: fix unit test error

Change-Id: If4c4cd10673e76a30945674c7cda198aeabf28d0

* test: fix unit test error

Change-Id: I3dd7a6179132e5497a30ada443d88de0c47af3d4
2025-05-20 14:25:35 +08:00
DanielWalnut bc95f4fca6 feat: config max_search_results for search engine (#192)
* feat: implement UI

* feat: config max_search_results for search engine via api

---------

Co-authored-by: Henry Li <henry1943@163.com>
2025-05-18 13:23:52 +08:00
changqingla caa4a2826d 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)
* set ecursion limit

* set ecursion limit

* fix:check if the recession_limit within a reasonalbe range

* style: format code with black
2025-05-17 20:37:03 -07:00
牧毅 6bb39156a5 Allow concurrently run server.py and web in production mode. (#25)
* Allow concurrently run server.py and web in production mode.

* Allow concurrently run server.py and web in production mode.

* Allow concurrently run server.py and web in production mode.
2025-05-17 20:33:00 -07:00
DanielWalnut ce44dfcb7b refactor: upgrade langgraph version (#148) 2025-05-18 11:29:41 +08:00
cndoit18 1b7e4a4a42 feat: add .venv to dockerignore and optimize Dockerfile with cache mounts for uv (#145)
Change-Id: I27ff2d4f9bcdedbd0135e109ecb6aa6d78bc488b
2025-05-17 21:21:55 +08:00
Willem Jiang c6e5112784 fix:added the Portuguese README entry to the README files (#184) 2025-05-16 21:43:01 +08:00
Ernâni de Britto Murtinho 2ec2311b4a Added Portuguese pt-br Readme File Version (#127) 2025-05-16 21:10:17 +08:00
Wang Hao 9891af752f fix: add model_dump (#137)
Co-authored-by: Willem Jiang <143703838+willem-bd@users.noreply.github.com>
2025-05-16 21:05:46 +08:00
hao-cyber 60b7e94d32 docs: add Spanish and Russian translations for README (#183) 2025-05-16 20:56:04 +08:00
Zhengbin Sun f250de3c00 fix: update responsive design calculations for chat layout (#168) 2025-05-16 11:40:26 +08:00
XingLiu0923 f5b2b25328 feat(ut): add ut coverage check (#170) 2025-05-15 08:56:13 -07:00
Leo Hui fac1376df0 feat: refactor crawler trust link style (#166)
* feat: refactor crawler trust link style

* feat: enhance link credibility checks in Markdown and related components
2025-05-15 17:17:10 +08:00
JeffJiang c99513d604 fix: report editor styles (#163)
* fix: report editor styles
2025-05-15 15:18:01 +08:00
Leo Hui cbd0470a8c fix: adjust slider width for responsive design in multi-agent visualization (#134) 2025-05-15 11:59:16 +08:00
JeffJiang 9edaf1df3e fix: hallucination link warn (#158) 2025-05-15 10:58:24 +08:00
JeffJiang 0f9ac7cd23 Check the output links are hallucinations from AI (#139)
* feat: check output links if a hallucination from AI
2025-05-15 10:39:53 +08:00
Abeautifulsnow c2ebfc1bb0 optimize docker backend image size (#130) 2025-05-15 09:52:14 +08:00
Maxim Kot 116d8e039f Update README.md (#122)
Fixed the link to the configuration from the docker section
2025-05-15 08:54:33 +08:00
DanielWalnut d865b7eba0 refactor: refine the step execute human message (#144) 2025-05-14 18:54:14 +08:00
Henry Li 239098bb20 feat: add python result and error handling (#141) 2025-05-14 03:47:28 -07:00
DanielWalnut 17701599d4 refactor: add existing research findings into step human message (#140) 2025-05-14 18:40:14 +08:00
laundry 35eb554cfb fix:rollback to fix the update version error (#136)
* fix: fix package error

Change-Id: I0f7a962656df7e45da03b591296fbf3afc398b64

* fix: rollback uv.lock

Change-Id: I465849c0d3d7a4d0757ecd79ff156feab1217f70
2025-05-14 17:06:53 +08:00
laundry aeaa4bd372 fix: fix start error when search engine is not tavliy and env TAVILY_API_KEY not exist (#133)
Change-Id: I58e865a11e89acaa3c0b884578cd995d0e9b5422
2025-05-14 14:45:36 +08:00
Leo Hui 4f63e8297b refactor: extract link and image components for Markdown rendering (#119) 2025-05-14 10:45:34 +08:00
XingLiu0923 cbeeaa2740 feat(trace): add langsmith tracing (#126) 2025-05-14 10:12:50 +08:00
Leo Hui 65cbb1ab11 feat: add docker support (#104)
* init docker support

* chore: update Dockerfile and .dockerignore for improved build context and dependency management

* feat: add Docker support with Dockerfile, docker-compose, and .dockerignore for web application

* feat: update environment configuration and docker-compose for improved API integration

* docs: update Japanese and Chinese README files for consistency and clarity
2025-05-13 19:53:28 +08:00
DanielWalnut 60dedcd57d refactor: stess the time range while using web search tools (#100) 2025-05-13 18:01:38 +08:00