dify/api/core/sandbox
Harry 521b66c488 feat(app-bundle): implement app bundle import/export functionality
- Introduced AppBundleService for managing app bundle publishing and importing, integrating workflow and asset services.
- Added methods for exporting app bundles as ZIP files, including DSL and asset management.
- Implemented source zip extraction and validation to enhance asset import processes.
- Refactored asset packaging to utilize AssetZipPackager for improved performance and organization.
- Enhanced error handling for bundle format and security during import operations.
2026-01-22 22:46:57 +08:00
..
bash refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00
entities refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
initializer feat(app-bundle): implement app bundle import/export functionality 2026-01-22 22:46:57 +08:00
services refactor(sandbox): async init and draft downloads 2026-01-22 19:18:34 +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: enhance sandbox initializers with async and sync support 2026-01-22 19:58:38 +08:00
builder.py feat: refactor initializers to support async and sync execution 2026-01-22 19:54:54 +08:00
manager.py chore: update binary files and refactor LLMNode skill compilation 2026-01-22 22:46:57 +08:00
sandbox.py refactor(sandbox): async init and draft downloads 2026-01-22 19:18:34 +08:00