dify/api/core/app/entities
Harry 521b66c488 feat(app-bundle): implement app bundle import/export functionality
- Introduced AppBundleService for managing app bundle publishing and importing, integrating workflow and asset services.
- Added methods for exporting app bundles as ZIP files, including DSL and asset management.
- Implemented source zip extraction and validation to enhance asset import processes.
- Refactored asset packaging to utilize AssetZipPackager for improved performance and organization.
- Enhanced error handling for bundle format and security during import operations.
2026-01-22 22:46:57 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_asset_entities.py chore: update binary files and refactor LLMNode skill compilation 2026-01-22 22:46:57 +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