dify/api/core/app/layers
Harry 0da4d64d38 feat(sandbox-layer): refactor sandbox management and integrate with SandboxManager
- Simplified the SandboxLayer initialization by removing unused parameters and consolidating sandbox creation logic.
- Integrated SandboxManager for better lifecycle management of sandboxes during workflow execution.
- Updated error handling to ensure proper initialization and cleanup of sandboxes.
- Enhanced CommandNode to retrieve sandboxes from SandboxManager, improving sandbox availability checks.
- Added unit tests to validate the new sandbox management approach and ensure robust error handling.
2026-01-09 11:23:03 +08: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 feat(sandbox-layer): refactor sandbox management and integrate with SandboxManager 2026-01-09 11:23:03 +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 feat(graph-engine): make layer runtime state non-null and bound early (#30552) 2026-01-05 16:43:42 +08:00