AIAgentStartedEvent
data class AIAgentStartedEvent(val agentId: String, val runId: String, val strategyName: String, val eventId: String = AIAgentStartedEvent::class.simpleName!!) : DefinedFeatureEvent(source)
Represents an event triggered when an AI agent starts executing a strategy.
This event provides details about the agent's strategy, making it useful for monitoring, debugging, and tracking the lifecycle of AI agents within the system.