onStrategyStarting

suspend fun onStrategyStarting(eventId: String, executionInfo: AgentExecutionInfo, strategy: AIAgentStrategy<*, *, *>, context: AIAgentContext)(source)

Notifies all registered strategy handlers that a strategy has started execution.

Parameters

eventId

The unique identifier for the event group;

executionInfo

The execution information for the strategy event;

strategy

The strategy that has started execution;

context

The context of the strategy execution.