dify/api/core/workflow/nodes/command
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
..
__init__.py feat: add Command node support 2026-01-06 19:30:38 +08:00
entities.py feat: add Command node support 2026-01-06 19:30:38 +08:00
exc.py feat: add Command node support 2026-01-06 19:30:38 +08:00
node.py feat(sandbox-layer): refactor sandbox management and integrate with SandboxManager 2026-01-09 11:23:03 +08:00