dify/api/core/app/entities
Harry f198540357 feat(bundle): manifest-driven import with sandbox upload
- Add BundleManifest with dsl_filename for 100% tree ID restoration
- Implement two-step import flow: prepare (get upload URL) + confirm
- Use sandbox for zip extraction and file upload via presigned URLs
- Store import session in Redis with 1h TTL
- Add SandboxUploadItem for symmetric download/upload API
- Remove legacy source_zip_extractor, inline logic in service
- Update frontend to use new prepare/confirm API flow
2026-01-29 22:33:31 +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(bundle): manifest-driven import with sandbox upload 2026-01-29 22:33:31 +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