dify/api/core/workflow
Asuka Minato a78339a040
remove bare list, dict, Sequence, None, Any (#25058)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-09-06 03:32:23 +08:00
..
callbacks remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
entities remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
graph_engine remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
nodes remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
repositories remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +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 refactor(api/core/workflow/enums): Rename WORKFLOW_RUN_ID to WORKFLOW_EXECUTION_ID (#20459) 2025-05-30 11:05:08 +08:00
errors.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +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 remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
workflow_entry.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
workflow_type_encoder.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00