dify/api/core/workflow/graph_engine
-LAN- 1770b93e5b
chore(graph_engine): Add a TODO commment in `_update_response_outputs` in event_handlers
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-09-02 15:20:03 +08:00
..
command_channels chore: improve typing 2025-08-30 16:35:57 +08:00
command_processing refactor(graph_engine): Correct private attributes and private methods naming 2025-09-01 04:37:23 +08:00
domain chore(graph_engine): Use `XXX | None` instead of `Optional[XXX]` 2025-08-28 04:59:49 +08:00
entities clean typos words. (#24667) 2025-08-28 15:23:59 +08:00
error_handling refactor(graph_engine): Correct private attributes and private methods naming 2025-09-01 04:37:23 +08:00
event_management chore(graph_engine): Add a TODO commment in `_update_response_outputs` in event_handlers 2025-09-02 15:20:03 +08:00
graph_traversal refactor(graph_engine): Merge branch_handler into edge_processor 2025-09-01 12:53:06 +08:00
layers chore: improve typing 2025-08-30 16:35:57 +08:00
orchestration refactor(graph_engine): Merge event_collector and event_emitter into event_manager 2025-09-01 13:15:58 +08:00
protocols chore(graph_engine): Move error_strategy.py to protocols/ 2025-08-28 04:29:32 +08:00
response_coordinator refactor(graph_engine): Correct private attributes and private methods naming 2025-09-01 04:37:23 +08:00
state_management refactor(graph_engine): Correct private attributes and private methods naming 2025-09-01 04:37:23 +08:00
worker_management refactor(graph_engine): Merge branch_handler into edge_processor 2025-09-01 12:53:06 +08:00
__init__.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
graph_engine.py [CHORE]: remove redundant-cast (#24807) 2025-09-01 14:05:32 +08:00
manager.py chore(graph_engine): add final mark to classes 2025-08-28 15:38:35 +08:00
worker.py refactor(graph_engine): Correct private attributes and private methods naming 2025-09-01 04:37:23 +08:00