mirror of
https://github.com/langgenius/dify.git
synced 2026-07-16 01:48:40 +08:00
- workflow_execute_task: add AppMode.CHAT/AGENT_CHAT/COMPLETION to the AdvancedChatAppGenerator routing branch so transparently upgraded old apps can execute through the workflow engine. - app_generate_service: use app_model.mode (not hardcoded AppMode.AGENT) for SSE event subscription channel, ensuring the subscriber and Celery publisher use the same Redis channel key. Made-with: Cursor