dify/api/core/workflow/graph
-LAN- 6ffa2ebabf
feat: improve error handling in graph node creation
- Replace ValueError catch with generic Exception
- Use logger.exception for automatic traceback logging
- Abort on node creation failure instead of continuing
2025-09-09 22:16:42 +08:00
..
__init__.py chore: code format 2025-09-04 02:33:53 +08:00
edge.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
graph.py feat: improve error handling in graph node creation 2025-09-09 22:16:42 +08:00
graph_runtime_state_protocol.py chore: improve typing 2025-09-05 20:57:11 +08:00
graph_template.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
read_only_state_wrapper.py chore: improve typing 2025-09-05 20:57:11 +08:00