dify/api/core/app/apps
Harry 2da770cdbd feat: add File Upload node functionality and related components
- Implemented File Upload node with support for uploading files to the sandbox.
- Added necessary UI components including node panel and default configurations.
- Enhanced workflow constants and enums to include File Upload.
- Updated error handling for file upload operations.
- Integrated File Upload into existing workflow structure, ensuring compatibility with variable handling and output management.
- Added translations for new File Upload features in workflow.json.
2026-02-10 20:51:31 +08:00
..
advanced_chat feat: add File Upload node functionality and related components 2026-02-10 20:51:31 +08:00
agent_chat Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-27 15:17:40 +08:00
chat Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-27 15:17:40 +08:00
common Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 17:00:56 +08:00
completion Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-27 15:17:40 +08:00
pipeline Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-04 13:15:49 +08:00
workflow feat: add File Upload node functionality and related components 2026-02-10 20:51:31 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_app_generate_response_converter.py feat: Add summary index for knowledge. (#31625) 2026-01-29 13:47:35 +08:00
base_app_generator.py fix: fix object value is optional should skip validate (#30894) 2026-01-13 15:21:06 +08:00
base_app_queue_manager.py fix: release graph_runtime_state reference to prevent memory leak under high load (#30236) 2025-12-29 10:35:47 +08:00
base_app_runner.py feat: chatflow support multimodal (#31293) 2026-01-27 00:24:48 +08:00
exc.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
message_based_app_generator.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
message_based_app_queue_manager.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
message_generator.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
streaming_utils.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
workflow_app_runner.py Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 17:00:56 +08:00