dify/api/core/app/entities
Harry 225c33633a feat(app_asset): add batch upload and file upload URL generation
- Introduced `GetUploadUrlPayload` and `BatchUploadPayload` models for handling file uploads.
- Implemented `AppAssetFileUploadUrlResource` for generating pre-signed upload URLs.
- Added `AppAssetBatchUploadResource` to support batch creation of asset nodes from a tree structure.
- Enhanced `AppAssetService` with methods for obtaining upload URLs and batch creation of assets.
- Removed checksum handling from file creation to streamline the process.
2026-01-23 14:34:27 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_asset_entities.py feat(app_asset): add batch upload and file upload URL generation 2026-01-23 14:34:27 +08:00
app_bundle_entities.py feat(app-bundle): implement app bundle import/export functionality 2026-01-22 22:46:57 +08:00
app_invoke_entities.py feat(agent-sandbox): new tool resolver and bash execution implementation 2026-01-13 18:16:48 +08:00
llm_generation_entities.py fix: add message tool call icon 2026-01-20 16:59:53 +08:00
queue_entities.py refactor: rename mention node to nested_node for generic sub-graph support 2026-01-22 13:15:13 +08:00
rag_pipeline_invoke_entities.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
task_entities.py refactor: rename mention node to nested_node for generic sub-graph support 2026-01-22 13:15:13 +08:00