deerflow2/backend/src/agents/middlewares
JeffJiang 300e5a519a
Adds Kubernetes sandbox provisioner support (#35)
* Adds Kubernetes sandbox provisioner support

* Improves Docker dev setup by standardizing host paths

Replaces hardcoded host paths with a configurable root directory,
making the development environment more portable and easier to use
across different machines. Automatically sets the root path if not
already defined, reducing manual setup steps.
2026-02-12 11:02:09 +08:00
..
clarification_middleware.py feat: display ask_clarification tool messages directly in frontend 2026-01-29 01:25:31 +08:00
dangling_tool_call_middleware.py feat: add DanglingToolCallMiddleware and SubagentLimitMiddleware 2026-02-09 13:22:49 +08:00
memory_middleware.py feat: add memory API and optimize memory middleware 2026-02-03 13:41:04 +08:00
subagent_limit_middleware.py feat: make max concurrent subagents configurable via runtime config 2026-02-11 11:51:11 +08:00
thread_data_middleware.py Adds Kubernetes sandbox provisioner support (#35) 2026-02-12 11:02:09 +08:00
title_middleware.py feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
uploads_middleware.py feat: support sub agent mechanism 2026-02-05 19:59:25 +08:00
view_image_middleware.py feat: add view_image tool and optimize web fetch tools 2026-01-29 13:44:39 +08:00