interceptStrategyStart
fun <TFeature : Any> interceptStrategyStart(interceptContext: InterceptContext<TFeature>, handle: suspend (StrategyStartingContext<TFeature>) -> Unit)(source)
Deprecated
Please use interceptStrategyStarting instead. This method is deprecated and will be removed in the next release.
Replace with
import ai.koog.agents.core.feature.handler.strategy.StrategyStartingContext
Content copied to clipboard
interceptStrategyStarting(interceptContext, handle)
Content copied to clipboard
Intercepts strategy started event to perform actions when an agent strategy begins execution.