AIAgentStrategyBlocking
abstract class AIAgentStrategyBlocking<TInput, TOutput, TContext : AIAgentContext> : AIAgentStrategy<TInput, TOutput, TContext> (source)
AIAgentStrategy that is executed in a blocking manner using dispatcher provided in ai.koog.agents.core.agent.config.AIAgentConfig.
See executeBlocking