dify/api/core/workflow/runtime
Harry 9ed83a808a refactor: consolidate sandbox management and initialization
- Moved sandbox-related classes and functions into a dedicated module for better organization.
- Updated the sandbox initialization process to streamline asset management and environment setup.
- Removed deprecated constants and refactored related code to utilize new sandbox entities.
- Enhanced the workflow context to support sandbox integration, allowing for improved state management during execution.
- Adjusted various components to utilize the new sandbox structure, ensuring compatibility across the application.
2026-01-21 20:42:44 +08:00
..
__init__.py feat(graph_engine): Support pausing workflow graph executions (#26585) 2025-10-19 21:33:41 +08:00
graph_runtime_state_protocol.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
graph_runtime_state.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
read_only_wrappers.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
variable_pool.py Merge branch 'main' into feat/pull-a-variable 2026-01-13 22:57:27 +08:00