StrategyStartingEvent
data class StrategyStartingEvent(val eventId: String, val executionInfo: AgentExecutionInfo, val runId: String, val strategyName: String, val timestamp: Long = KoogClock.System.now().toEpochMilliseconds()) : StrategyStartingEventBase(source)
Represents an event triggered at the start of executing a functional, planner, and other strategy types by an AI agent.
Constructors
Link copied to clipboard
constructor(eventId: String, executionInfo: AgentExecutionInfo, runId: String, strategyName: String, timestamp: Long = KoogClock.System.now().toEpochMilliseconds())