interceptBeforeAgentStarted

open override fun interceptBeforeAgentStarted(feature: AIAgentFeature<*, *>, handle: suspend (AgentStartingContext) -> Unit)(source)

Deprecated

Please use interceptAgentStarting instead. This method is deprecated and will be removed in the next release.

Replace with

import ai.koog.agents.core.feature.handler.agent.AgentStartingContext
interceptAgentStarting(feature, handle)