PromptExecutorProxy
class PromptExecutorProxy(executor: PromptExecutor, pipeline: AIAgentPipeline) : PromptExecutor(source)
A wrapper around ai.koog.prompt.executor.model.PromptExecutor that allows for adding internal functionality to the executor to catch and log events related to LLM calls.