dify/api/core/sandbox/inspector
Harry 3f5f893e6c feat: add exists method to sandbox sources for existence checks
- Implemented the `exists` method in `SandboxFileSource` and its subclasses to verify the availability of sandbox sources.
- Updated `SandboxFileService` to utilize the new `exists` method for improved error handling when listing files and downloading files.
- Removed the previous check for storage existence in `archive_source.py` and replaced it with the new method.
2026-01-30 17:34:40 +08:00
..
__init__.py feat(sandbox): restructure file handling by introducing a new inspector module with runtime and archive sources 2026-01-27 19:11:52 +08:00
archive_source.py feat: add exists method to sandbox sources for existence checks 2026-01-30 17:34:40 +08:00
base.py feat: add exists method to sandbox sources for existence checks 2026-01-30 17:34:40 +08:00
browser.py feat: add exists method to sandbox sources for existence checks 2026-01-30 17:34:40 +08:00
runtime_source.py feat: add exists method to sandbox sources for existence checks 2026-01-30 17:34:40 +08:00