[中] AgentChat SSE超时硬编码60秒 #94
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题描述
frontend/src/views/AgentChat.vue 第445行,SSE连接超时硬编码为60秒。复杂 Agent 任务执行可能超过60秒,导致连接过早断开。
涉及文件
修复建议
根据 Agent 复杂度动态设置超时,或从配置中读取超时值。
严重程度
中 - 长任务中断