dify/api/core/sandbox
Harry 18a589003e feat(sandbox): enhance sandbox initialization with draft support and asset management
- Introduced DraftAppAssetsInitializer for handling draft assets.
- Updated SandboxLayer to conditionally set sandbox ID and storage based on workflow version.
- Improved asset initialization logging and error handling.
- Refactored ArchiveSandboxStorage to support exclusion patterns during archiving.
- Modified command and LLM nodes to retrieve sandbox from workflow context, supporting draft workflows.
2026-01-20 19:45:04 +08:00
..
bash feat(sandbox): enhance sandbox initialization with draft support and asset management 2026-01-20 19:45:04 +08:00
entities refactor(sandbox): sandbox provider system default configuration 2026-01-16 18:22:44 +08:00
initializer feat(sandbox): enhance sandbox initialization with draft support and asset management 2026-01-20 19:45:04 +08:00
storage feat(sandbox): enhance sandbox initialization with draft support and asset management 2026-01-20 19:45:04 +08:00
utils feat(sandbox): add AppAssetsInitializer and refactor VMFactory to VMBuilder 2026-01-15 00:13:52 +08:00
__init__.py feat(skill): skill support 2026-01-20 03:02:34 +08:00
constants.py feat(skill): skill support 2026-01-20 03:02:34 +08:00
manager.py refactor(sandbox): reorganize sandbox-related imports and rename SandboxFactory to VMFactory for clarity 2026-01-12 02:07:31 +08:00
vm.py feat(sandbox): draft storage 2026-01-20 18:45:13 +08:00