PlannerCheckpointProperties

data class PlannerCheckpointProperties(val executionPoint: PlannerAgentExecutionPoint, val state: JSONElement, val plan: JSONElement)(source)

Specialized data for planner agents, capturing state, plan, and current execution point.

Constructors

Link copied to clipboard
constructor(executionPoint: PlannerAgentExecutionPoint, state: JSONElement, plan: JSONElement)

Properties

Link copied to clipboard

The current point in the planner's execution cycle.

Link copied to clipboard
val plan: JSONElement

Serialized current plan.

Link copied to clipboard
val state: JSONElement

Serialized state of the planner agent.