dify/api/core/virtual_environment/__base
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
..
command_future.py refactor(sandbox): move VMFactory and related classes, update imports to reflect new structure 2026-01-12 12:01:21 +08:00
entities.py fix(dify_cli): solve the permission error on e2b 2026-01-21 01:25:21 +08:00
exec.py fix(dify_cli): solve the permission error on e2b 2026-01-21 01:25:21 +08:00
helpers.py refactor(storage): unified storage cache layer and preasign interface 2026-01-23 17:01:10 +08:00
virtual_environment.py refactor(sandbox): sandbox provider system default configuration 2026-01-16 18:22:44 +08:00