dify/api/core/sandbox/initializer
Harry 3165f3adbe feat(app_assets): enhance asset management with CachedPresignStorage
- Introduced CachedPresignStorage to cache presigned download URLs, reducing repeated API calls.
- Updated AppAssetService to utilize CachedPresignStorage for improved performance in asset download URL generation.
- Refactored asset builders and packagers to support the new storage mechanism.
- Removed unused AppAssetsAttrsInitializer to streamline initialization processes.
- Added unit tests for CachedPresignStorage to ensure functionality and reliability.
2026-01-23 16:10:28 +08:00
..
__init__.py feat: refactor initializers to support async and sync execution 2026-01-22 19:54:54 +08:00
app_assets_initializer.py feat(app_assets): enhance asset management with CachedPresignStorage 2026-01-23 16:10:28 +08:00
base.py feat: refactor initializers to support async and sync execution 2026-01-22 19:54:54 +08:00
dify_cli_initializer.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00
draft_app_assets_initializer.py feat(app_assets): enhance asset management with CachedPresignStorage 2026-01-23 16:10:28 +08:00
skill_initializer.py fix(llm-skill): prompt tool call 2026-01-22 23:36:32 +08:00