LoopAgentState

data class LoopAgentState(val currentSubAgent: String, val timesLooped: Int) : AgentState

Persistent state of a LoopAgent.

Constructors

Link copied to clipboard
constructor(currentSubAgent: String, timesLooped: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the current or next sub-agent.

Link copied to clipboard

Number of completed loop iterations.

Functions

Link copied to clipboard
open override fun toStateValue(): TypedData.MapValue

Converts the state into an TypedData.MapValue.