dify/api/core/app/layers
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
..
conversation_variable_persist_layer.py refactor(variables): clarify base vs union type naming (#30634) 2026-01-13 23:39:34 +09:00
pause_state_persist_layer.py feat(graph-engine): make layer runtime state non-null and bound early (#30552) 2026-01-05 16:43:42 +08:00
sandbox_layer.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
suspend_layer.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
timeslice_layer.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
trigger_post_layer.py refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00