AIAgentFunctionalStrategyBlocking
abstract class AIAgentFunctionalStrategyBlocking<TInput, TOutput>(val name: String) : AIAgentStrategyBlocking<TInput, TOutput, AIAgentFunctionalContext> , AIAgentFunctionalStrategy<TInput, TOutput> (source)
AIAgentFunctionalStrategy that operates in non-suspend context and is run on ExecutorService configured in ai.koog.agents.core.agent.config.AIAgentConfig.
See ai.koog.agents.core.agent.AIAgentFunctionalStrategyBlocking.executeBlocking