fix: don't broadcast state:error on per-attempt lifecycle errors (#60043) (thanks @jwchmodx) (#60043)

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
This commit is contained in:
황재원
2026-04-06 22:47:38 +09:00
committed by GitHub
parent a6c854f363
commit c8298c5b0f
4 changed files with 303 additions and 50 deletions

View File

@@ -971,6 +971,7 @@ export async function startGatewayServer(
clearAgentRunContext,
toolEventRecipients,
sessionEventSubscribers,
isChatSendRunActive: (runId) => chatAbortControllers.has(runId),
}),
);