AgentStartingEvent
data class AgentStartingEvent(val agentId: String, val runId: String, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : 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.