AgentSpawnedEvent constructor
const
AgentSpawnedEvent({})
Implementation
const AgentSpawnedEvent({
required super.timestamp,
super.sessionId,
super.metadata,
required this.agentId,
required this.task,
this.parentId,
});