dify/api/core/workflow
2025-03-13 13:11:49 +08:00
..
callbacks Feature/newnew workflow loop node (#14863) 2025-03-05 17:41:15 +08:00
entities fix: if-else-node handles missing optional file variables (#15693) 2025-03-13 13:11:49 +08:00
graph_engine fix: agent node can't use in parallel (#15047) 2025-03-06 13:13:24 +08:00
nodes fix: nesting of conditional branches causing streaming output error (#14065) 2025-03-11 20:30:03 +08:00
utils perf: Implemented short-circuit evaluation for logical conditions (#13674) 2025-02-13 19:35:03 +08:00
__init__.py
constants.py
enums.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
errors.py
workflow_engine_manager.py
workflow_entry.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00