NonSuspendAIAgentStrategy
abstract class NonSuspendAIAgentStrategy<TInput, TOutput, TContext : AIAgentContext> : AIAgentStrategy<TInput, TOutput, TContext> (source)
AIAgentStrategy that is executed in non-suspend context using java.util.concurrent.ExecutorService provided in ai.koog.agents.core.agent.config.AIAgentConfig.
See executeStrategy