dify/api/core/sandbox
Harry 248fa38c34 refactor(storage): unified storage cache layer and preasign interface
- Updated storage wrappers to utilize a new base class, StorageWrapper, for better delegation of methods.
- Introduced SilentStorage to handle read operations gracefully by returning empty values instead of raising exceptions.
- Enhanced CachedPresignStorage to support batch caching of download URLs, improving performance.
- Refactored FilePresignStorage to support both presigned URLs and signed proxy URLs for downloads.
- Updated AppAssetService to utilize the new storage structure, ensuring consistent asset management.
2026-01-23 17:01:10 +08:00
..
bash fix(llm-skill): prompt tool call 2026-01-22 23:36:32 +08:00
entities refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
initializer refactor(storage): unified storage cache layer and preasign interface 2026-01-23 17:01:10 +08:00
services refactor(storage): unified storage cache layer and preasign interface 2026-01-23 17:01:10 +08:00
storage refactor(sandbox): rename delete_storage to delete_draft_storage for clarity 2026-01-23 00:12:37 +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 fix(llm-skill): prompt tool call 2026-01-22 23:36:32 +08:00
manager.py feat(app_assets): enhance asset management with CachedPresignStorage 2026-01-23 16:10:28 +08:00
sandbox.py refactor(sandbox): async init and draft downloads 2026-01-22 19:18:34 +08:00