AgentLoopEvent constructor
AgentLoopEvent({
- required AgentLoopEventType type,
- required String goalId,
- required int iteration,
- dynamic data,
- DateTime? timestamp,
Implementation
AgentLoopEvent({
required this.type,
required this.goalId,
required this.iteration,
this.data,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();