AgentCheckpointData
constructor(checkpointId: String, createdAt: Instant, messageHistory: List<Message>, llmParams: LLMParams? = null, version: Long, graphProperties: GraphCheckpointProperties, properties: JSONObject? = null, llmModel: LLModel? = null, tools: List<String>? = null, storage: JSONObject? = null, agentIterations: Int = 0)(source)
Creates an instance of AgentCheckpointData with graph properties.
constructor(checkpointId: String, createdAt: Instant, messageHistory: List<Message>, llmParams: LLMParams? = null, version: Long, plannerProperties: PlannerCheckpointProperties, properties: JSONObject? = null, llmModel: LLModel? = null, tools: List<String>? = null, storage: JSONObject? = null, agentIterations: Int = 0)(source)
Creates an instance of AgentCheckpointData with planner properties.