AgentSnapshot constructor
const
AgentSnapshot({})
Creates a snapshot record.
Implementation
const AgentSnapshot({
required this.agentId,
required this.statePath,
required this.tokens,
required this.contextTokens,
});