Add files via upload

This commit is contained in:
公明
2026-03-29 01:22:17 +08:00
committed by GitHub
parent 628604fcae
commit c1a0d56769
5 changed files with 137 additions and 22 deletions
+4
View File
@@ -129,6 +129,10 @@ func (h *AgentHandler) MultiAgentLoopStream(c *gin.Context) {
"conversationId": conversationID,
})
stopKeepalive := make(chan struct{})
go sseKeepalive(c, stopKeepalive)
defer close(stopKeepalive)
result, runErr := multiagent.RunDeepAgent(
taskCtx,
h.config,