deerflow2/tests/unit
CHANGXUBO d65b8f8fcc
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
..
config fix:env AGENT_RECURSION_LIMIT not work (#453) 2025-07-22 15:23:21 +08:00
crawler fix: fix the lint check errors of the main branch (#403) 2025-07-12 14:43:25 +08:00
graph fix: clean up the builder code (#417) 2025-07-15 17:22:50 +08:00
llms feat: Add llms to support the latest Open Source SOTA models (#497) 2025-08-13 22:29:22 +08:00
prompt_enhancer fix: fix unit test cases for prompt enhancer (#431) 2025-07-16 11:41:43 +08:00
rag Feat: Cross-Language Search for RAGFlow (#469) 2025-07-24 16:39:02 +08:00
server fix: Add streamable MCP server support (#468) 2025-07-29 14:04:04 +08:00
tools fix: added configuration of python_repl (#503) 2025-08-06 14:27:03 +08:00
utils fix: fix the lint check errors of the main branch (#403) 2025-07-12 14:43:25 +08:00