dify/api/core/workflow
-LAN- 9cf2b2b231
fix: type errors
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-09-10 02:22:58 +08:00
..
entities Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-06 16:05:13 +08:00
graph feat: improve error handling in graph node creation 2025-09-09 22:16:42 +08:00
graph_engine refactor(graph_engine): Move GraphStateManager to single file package. 2025-09-10 01:55:30 +08:00
graph_events refactor(graph_engine): remove Optional 2025-09-10 01:49:15 +08:00
node_events Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-05 21:13:07 +08:00
nodes Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-10 02:03:45 +08:00
repositories Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-06 16:05:13 +08:00
utils remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +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 remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +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 Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-10 02:03:45 +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 Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-06 16:05:13 +08:00
workflow_entry.py refactor: move execution limits from engine core to layer 2025-09-10 01:32:45 +08:00
workflow_type_encoder.py fix: type errors 2025-09-10 02:22:58 +08:00