strategyExecutorService
fun strategyExecutorService(executor: ERROR CLASS: Symbol not found for ExecutorService??): AIAgentConfig.Companion.AIAgentConfigBuilder(source)
Sets the executor service to be used for executing strategies within the agent configuration.
Return
The updated AIAgentConfigBuilder instance.
Parameters
executor
The ExecutorService to manage the execution of strategies. Can be null.