AgentLoopResult
Result returned by `KernelProxy.agentLoop`.
SDK v2026.4.0
Kind: interface
Signature
export interface AgentLoopResultProperties
finalText(string): Concatenated text of the final assistant turn.stopReason(AgentLoopStopReason): Why the loop stopped.turns(AgentLoopTurnSummary[]): Per-turn summaries in order.usage(unknown): Aggregate token usage across the loop.