dify/api/core/workflow/graph_engine
2026-03-01 19:43:05 +08:00
..
command_channels refactor(workflow): inject redis into graph engine manager (#32622) 2026-02-27 13:29:52 +08:00
command_processing feat(graph-engine): add command to update variables at runtime (#30563) 2026-01-05 16:47:34 +08:00
domain feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
entities refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
event_management feat: Human Input Node (#32060) 2026-02-09 14:57:23 +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 revert(graph-engine): rollback stop-event unification (#32789) 2026-03-01 19:43:05 +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 refactor(typing): Fixup typing A2 - workflow engine & nodes (#31723) 2026-01-31 18:00:56 +09:00
worker_management revert(graph-engine): rollback stop-event unification (#32789) 2026-03-01 19:43:05 +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: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
config.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
error_handler.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
graph_engine.py revert(graph-engine): rollback stop-event unification (#32789) 2026-03-01 19:43:05 +08:00
graph_state_manager.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
manager.py refactor(workflow): inject redis into graph engine manager (#32622) 2026-02-27 13:29:52 +08:00
worker.py revert(graph-engine): rollback stop-event unification (#32789) 2026-03-01 19:43:05 +08:00