Skip to content

LoopState

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/autonomous/autonomous-loop.ts

Tracks which "phases" the agent has entered based on tool calls. Used to decide when to nudge. Exported so runners can inspect/display it.

Properties

PropertyType
hasInvestigatedboolean
hasPlannedboolean
hasActedboolean
hasVerifiedboolean
lastInvestigationTurnnumber
lastActionTurnnumber
consecutiveErrorsnumber
totalErrorsnumber
circuitBreakerBlocksRecord<string, number>

Was this page helpful?

Download as PDF