Iron Gorilla Developers

AgentLoopResult

Result returned by `KernelProxy.agentLoop`.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface AgentLoopResult

Properties

  • 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.

On this page