[中] AgentChat SSE超时硬编码60秒 #94

Closed
opened 2026-05-10 18:39:19 +08:00 by admin · 0 comments
Owner

问题描述

frontend/src/views/AgentChat.vue 第445行,SSE连接超时硬编码为60秒。复杂 Agent 任务执行可能超过60秒,导致连接过早断开。

涉及文件

  • frontend/src/views/AgentChat.vue:445

修复建议

根据 Agent 复杂度动态设置超时,或从配置中读取超时值。

严重程度

中 - 长任务中断

## 问题描述 frontend/src/views/AgentChat.vue 第445行,SSE连接超时硬编码为60秒。复杂 Agent 任务执行可能超过60秒,导致连接过早断开。 ## 涉及文件 - frontend/src/views/AgentChat.vue:445 ## 修复建议 根据 Agent 复杂度动态设置超时,或从配置中读取超时值。 ## 严重程度 中 - 长任务中断
admin closed this issue 2026-05-10 18:59:12 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#94