From 018835d6b8472b50245abe292cf78ea32217ca0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:28:41 +0800 Subject: [PATCH] Add files via upload --- internal/multiagent/runner.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/internal/multiagent/runner.go b/internal/multiagent/runner.go index b41b02ea..36a29264 100644 --- a/internal/multiagent/runner.go +++ b/internal/multiagent/runner.go @@ -40,6 +40,13 @@ type RunResult struct { MCPExecutionIDs []string LastAgentTraceInput string // 已序列化的消息带(JSON):原生循环或 Eino 均写入,供续跑/攻击链等恢复上下文 LastAgentTraceOutput string // 本轮助手侧对外展示文本(摘要或最终回复) + Finalized bool + Status string + CompletionReason string + EvidenceVerified bool + EvidenceRefs []string + PendingExecutionIDs []string + MissingChecks []string } // toolCallPendingInfo tracks a tool_call emitted to the UI so we can later