AgentStateCheckpoint constructor
const
AgentStateCheckpoint({})
Creates a new AgentStateCheckpoint.
Implementation
const AgentStateCheckpoint({
required this.isRunning,
required this.currentStep,
required this.iterationCount,
this.errorMessage,
required this.timestamp,
});