deerflow2/src/server
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
..
__init__.py chore: add license headers 2025-04-17 11:34:42 +08:00
app.py fix: handle empty agent tuple in streaming workflow (#427) 2025-07-16 08:59:11 +08:00
chat_request.py feat: add deep think feature (#311) 2025-06-14 13:12:43 +08:00
config_request.py feat: add deep think feature (#311) 2025-06-14 13:12:43 +08:00
mcp_request.py feat: Add configurable timeout support for MCP server operations with improved defaults 2025-05-01 23:49:49 +08:00
mcp_utils.py fix: some lint fix using tools (#98) 2025-07-12 13:59:02 +08:00
rag_request.py feat: rag retrieving tool call result display (#263) 2025-05-29 19:52:34 +08:00