dify/api/core/sandbox
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
..
bash refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
entities refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
initializer refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +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 refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
builder.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
manager.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
sandbox.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00