singleRunStrategy

Creates a KotlinAgent instance configured to execute a sequence of operations for a single run process involving stages for sending an input, calling tools, and returning the final result.

Sometimes, it also called "one-shot" strategy. Useful if you need to run a straightforward process that doesn't require a lot of additional logic.