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.