Commit Graph

53 Commits

Author SHA1 Message Date
Gordon 7a0e522dbd feat: add support for searx/searxng (#253)
* add searx/searxng support

* nit

* Fix indentation in search.py for readability

* Clean up imports in search.py

Removed unused imports from search.py

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-09-22 18:54:30 +08:00
voroq 9d6360b097 docs: add deployment note for Linux servers (#565)
* docs: add deployment note for Linux servers

- allow external connections by changing the host to 0.0.0.0.
- security warning to remind users to secure their environment before exposing the service.

* docs: add deployment note for Linux servers

- allow external connections by changing the host to 0.0.0.0.
- security warning to remind users to secure their environment before exposing the service.
2025-09-09 23:05:04 +08:00
CHANGXUBO 0a06ceb4f2 Add psycopg dependencies instruction for checkpointing (#564)
* Add psycopg dependencies instruction for checkpointing

* fix: update Dockerfile to improve dependency installation process
2025-09-09 17:28:18 +08:00
CHANGXUBO 88c642a683 feat: Enhance chat streaming and tool call processing (#498)
* feat: Enhance chat streaming and tool call processing

- Added support for MongoDB checkpointer in the chat streaming workflow.
- Introduced functions to process tool call chunks and sanitize arguments.
- Improved event message creation with additional metadata.
- Enhanced error handling for JSON serialization in event messages.
- Updated the frontend to convert escaped characters in tool call arguments.
- Refactored the workflow input preparation and initial message processing.
- Added new dependencies for MongoDB integration and tool argument sanitization.

* fix: Update MongoDB checkpointer configuration to use LANGGRAPH_CHECKPOINT_DB_URL

* feat: Add support for Postgres checkpointing and update README with database recommendations

* feat: Implement checkpoint saver functionality and update MongoDB connection handling

* refactor: Improve code formatting and readability in app.py and json_utils.py

* refactor: Clean up commented code and improve formatting in server.py

* refactor: Remove unused imports and improve code organization in app.py

* refactor: Improve code organization and remove unnecessary comments in app.py

* chore: use langgraph-checkpoint-postgres==2.0.21 to avoid the JSON convert issue in the latest version, implement chat stream persistant with Postgres

* feat: add MongoDB and PostgreSQL support for LangGraph checkpointing, enhance environment variable handling

* fix: update comments for clarity on Windows event loop policy

* chore: remove empty code changes in MongoDB and PostgreSQL checkpoint tests

* chore: clean up unused imports and code in checkpoint-related files

* chore: remove empty code changes in test_checkpoint.py

* chore: remove empty code changes in test_checkpoint.py

* chore: remove empty code changes in test_checkpoint.py

* test: update status code assertions in MCP endpoint tests to allow for 403 responses

* test: update MCP endpoint tests to assert specific status codes and enable MCP server configuration

* chore: remove unnecessary environment variables from unittest workflow

* fix: invert condition for MCP server configuration check to raise 403 when disabled

* chore: remove pymongo from test dependencies in uv.lock

* chore:  optimize the _get_agent_name method

* test: enhance ChatStreamManager tests for PostgreSQL and MongoDB initialization

* test: add persistence tests for ChatStreamManager with PostgreSQL and MongoDB

* test: add unit tests for ChatStreamManager initialization with PostgreSQL and MongoDB

* test: enhance persistence tests for ChatStreamManager with PostgreSQL and MongoDB to verify message aggregation

* test: add unit tests for ChatStreamManager with PostgreSQL and MongoDB

* test: add unit tests for ChatStreamManager initialization with PostgreSQL and MongoDB

* test: add unit tests for ChatStreamManager initialization with PostgreSQL and MongoDB

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-08-16 21:03:12 +08:00
CHANGXUBO fe7977e496 feat: Add llms to support the latest Open Source SOTA models (#497)
* fix: update README and configuration guide for new model support and reasoning capabilities

* fix: format code for consistency in agent and node files

* fix: update test cases for environment variable handling in llm configuration

* fix: refactor message chunk conversion functions for improved clarity and maintainability

* refactor: remove enable_thinking parameter from LLM configuration functions

* chore: update agent-LLM mapping for consistency

* chore: update LLM configuration handling for improved clarity

* test: add unit tests for Dashscope message chunk conversion and LLM configuration

* test: add unit tests for message chunk conversion in Dashscope

* test: add unit tests for message chunk conversion in Dashscope

* chore: remove unused imports from test_dashscope.py

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2025-08-13 22:29:22 +08:00
Willem Jiang b26a82bf09 fix: backend server docker instance only listen to localhost (#508) 2025-08-11 19:28:21 +08:00
Willem Jiang 7dee04401e fix: added configuration of python_repl (#503)
* fix: added configuration of python_repl

* fix the lint and unit test errors

* fix the lint and unit test errors

* fix:the lint check errors
2025-08-06 14:27:03 +08:00
Zhonghao Liu f480da4bce Feat: Cross-Language Search for RAGFlow (#469)
* cross-language search

* test passed
2025-07-24 16:39:02 +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
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
lelili2021 e0625a96b2 fix: update several links related to volcengine in Readme (#333) 2025-06-17 08:49:29 +08:00
DanielWalnut b6edc0fc8a 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
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
Willem Jiang c6e5112784 fix:added the Portuguese README entry to the README files (#184) 2025-05-16 21:43:01 +08:00
hao-cyber 60b7e94d32 docs: add Spanish and Russian translations for README (#183) 2025-05-16 20:56:04 +08:00
XingLiu0923 f5b2b25328 feat(ut): add ut coverage check (#170) 2025-05-15 08:56:13 -07: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
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
Wang Hao 1b8290ad2d docs: add German README files (#88) 2025-05-12 22:53:42 +08:00
DanielWalnut 8185a4dc37 docs: add deepwiki (#36) 2025-05-10 20:13:56 +08:00
Wang Hao 9ec90238a1 docs: add ja readme (#22)
どうもありがとう
2025-05-09 20:34:31 +08:00
DanielWalnut 43f6f263f5 docs: add zh readme (#13) 2025-05-09 13:31:28 +08:00
DanielWalnut 58c5ce9fe1 refactor: refactor podcast genration stability (#11) 2025-05-09 11:34:19 +08:00
Li Xin 879417d735 Merge branch 'bytedance:main' into main 2025-05-08 11:14:13 +08:00
Li Xin 50b999d572 docs: update demo video 2025-05-08 10:05:33 +08:00
Li Xin 3050d37a1e docs: add notes 2025-05-08 10:02:19 +08:00
Li Xin 8fccd9cc7f docs: add reference of configuration guide 2025-05-08 09:36:22 +08:00
Li Xin 8db417cb8d docs: add hash tags 2025-05-08 08:59:31 +08:00
Li Xin 93d5d3cc83 docs: add document of configurations and FAQs 2025-05-07 20:18:24 +08:00
Li Xin e1d6363f2e docs: add replays 2025-05-07 16:45:57 +08:00
Li Xin d692a2d1de docs: Add demo video 2025-05-07 15:08:10 +08:00
Wang Hao 4d7165d51c feat: add bootstrap script for development and production modes on windows 2025-05-01 12:45:03 +08:00
Li Xin 3bb2804ba8 docs: update README.md 2025-04-25 15:59:07 +08:00
Li Xin 2bb321155d docs: use [!NOTE] 2025-04-25 15:39:52 +08:00
Li Xin aeede6f96a docs: update README.md 2025-04-25 15:14:04 +08:00
Li Xin eb0d86fa73 docs: update README.md and ABOUT.md 2025-04-25 10:34:08 +08:00
He Tao 475dd0f286 feat: refine researcher prompt for mcp 2025-04-23 17:40:08 +08:00
He Tao abdc740531 feat: add langgraph.json for langgraph studio debug 2025-04-22 15:34:06 +08:00
He Tao 0d2f93c773 feat: add ppt generation feat 2025-04-21 16:43:06 +08:00
He Tao a6ab97c970 feat: integrate volcengine tts functionality 2025-04-18 15:28:31 +08:00
He Tao b2f14d1737 chore: change project name 2025-04-17 16:17:31 +08:00
He Tao fd85115f6f chore: add license header for web 2025-04-17 14:26:41 +08:00
He Tao 3aebb67e2b docs: refine readme 2025-04-17 11:54:24 +08:00
He Tao 76fd04df22 chore: change the project name 2025-04-17 11:17:03 +08:00
Li Xin 6c5157ca81 docs: add `Web UI` 2025-04-16 20:18:21 +08:00
He Tao a7ae47fc7a feat: support human in the loop 2025-04-14 19:53:00 +08:00
He Tao a55c357d7f feat: include raw content for tavily search 2025-04-12 12:01:30 +08:00
He Tao 3a342a62ba feat: support arxiv & brave search 2025-04-11 15:37:55 +08:00
He Tao 23298abd14 fix: fix coordinator prompt 2025-04-11 13:45:44 +08:00