SequentialAgentState

data class SequentialAgentState(val currentSubAgent: String) : AgentState

Persistent state of a SequentialAgent.

Constructors

Link copied to clipboard
constructor(currentSubAgent: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the current or next sub-agent.

Functions

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

Converts the state into an TypedData.MapValue.