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