- 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