deerflow2/backend/src
hetaoBackend a6db74baba refactor: optimize task tool parameter order and improve task tracking
- Reorder task tool parameters to prioritize description first for better usability
- Add tool_call_id injection for better task traceability
- Use tool_call_id as task_id in executor for consistent tracking
- Simplify event messages by removing redundant task_type field
- Update task examples in prompt to reflect new parameter order

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 16:56:13 +08:00
..
agents refactor: optimize task tool parameter order and improve task tracking 2026-02-07 16:56:13 +08:00
community feat: send custom event 2026-02-06 17:48:15 +08:00
config feat: add ultra mode 2026-02-06 17:48:14 +08:00
gateway feat: support sub agent mechanism 2026-02-05 19:59:25 +08:00
mcp fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
models feat: add view_image tool and optimize web fetch tools 2026-01-29 13:44:39 +08:00
reflection chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
sandbox feat: send custom event 2026-02-06 17:48:15 +08:00
skills fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
subagents refactor: optimize task tool parameter order and improve task tracking 2026-02-07 16:56:13 +08:00
tools refactor: optimize task tool parameter order and improve task tracking 2026-02-07 16:56:13 +08:00
utils feat: add thread-safety and graceful shutdown to AioSandboxProvider (#7) 2026-01-16 22:28:19 +08:00
__init__.py chore: add an empty __init__.py 2026-01-14 07:16:27 +08:00