dify/api/core/workflow/graph_engine
QuantumGhost 03e3acfc71
feat(api): Human Input Node (backend part) (#31646)
The backend part of the human in the loop (HITL) feature and relevant architecture / workflow engine changes.

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
Co-authored-by: CrabSAMA <40541269+CrabSAMA@users.noreply.github.com>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: yihong <zouzou0208@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
2026-01-30 10:18:49 +08:00
..
command_channels feat(graph-engine): add command to update variables at runtime (#30563) 2026-01-05 16:47:34 +08:00
command_processing feat(graph-engine): add command to update variables at runtime (#30563) 2026-01-05 16:47:34 +08:00
domain Enhanced GraphEngine Pause Handling (#28196) 2025-11-26 19:59:34 +08:00
entities refactor(variables): clarify base vs union type naming (#30634) 2026-01-13 23:39:34 +09:00
event_management feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
graph_traversal fix: workflow incorrectly marked as completed while nodes are still executing (#30251) 2025-12-31 10:45:43 +08:00
layers refactor(graph_engine): move observability layer and persistence laye… (#31620) 2026-01-28 00:54:21 +08:00
orchestration feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
protocols feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
ready_queue chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
response_coordinator chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
worker_management refactor(graph_engine): Add a Config class for graph engine. (#31663) 2026-01-28 19:57:55 +08:00
__init__.py refactor(graph_engine): Add a Config class for graph engine. (#31663) 2026-01-28 19:57:55 +08:00
_engine_utils.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
config.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
error_handler.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
graph_engine.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
graph_state_manager.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
manager.py feat(graph-engine): add command to update variables at runtime (#30563) 2026-01-05 16:47:34 +08:00
worker.py feat: Enhances OpenTelemetry node parsers (#30706) 2026-01-27 15:30:21 +08:00