dify/api/core/workflow
-LAN- 8433cf4437
refactor(graph_engine): Merge event_collector and event_emitter into event_manager
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-09-01 13:15:58 +08:00
..
docs [autofix.ci] apply automated fixes 2025-08-27 15:33:30 +08:00
entities feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
graph feat: enhance typing 2025-08-29 13:17:02 +08:00
graph_engine refactor(graph_engine): Merge event_collector and event_emitter into event_manager 2025-09-01 13:15:58 +08:00
graph_events feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
node_events feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
nodes fix: resolve type error in node_factory by using type guard for node_type_str 2025-08-29 16:16:58 +08:00
repositories feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
utils feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
constants.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
conversation_variable_updater.py feat: Persist Variables for Enhanced Debugging Workflow (#20699) 2025-06-24 09:05:29 +08:00
enums.py feat(graph_engine): Add NodeExecutionType.ROOT and auto mark skipped in Graph.init 2025-08-28 16:41:51 +08:00
errors.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
system_variable.py refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization (#22025) 2025-07-16 12:31:37 +08:00
variable_loader.py refactor: simplify variable pool key structure and improve type safety (#23732) 2025-08-11 18:10:04 +08:00
workflow_cycle_manager.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
workflow_entry.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
workflow_type_encoder.py feat: Add an asynchronous repository to improve workflow performance (#20050) 2025-08-13 02:28:06 +08:00