onStrategyStarting

suspend fun onStrategyStarting(strategy: AIAgentStrategy<*, *, *>, context: AIAgentContext)(source)

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

Parameters

strategy

The strategy that has started execution

context

The context of the strategy execution