Package-level declarations

Types

Link copied to clipboard

Implementation of MultiLLMPromptExecutor that supports OpenAI, Anthropic, and Google providers.

Functions

Link copied to clipboard

Creates an instance of SingleLLMPromptExecutor with an AnthropicLLMClient.

Link copied to clipboard

Creates an instance of SingleLLMPromptExecutor with an GoogleLLMClient.

Link copied to clipboard
fun simpleOllamaAIExecutor(baseUrl: String = "http://localhost:11434"): SingleLLMPromptExecutor

Creates an instance of SingleLLMPromptExecutor with an OllamaClient.

Link copied to clipboard
Link copied to clipboard

Creates an instance of SingleLLMPromptExecutor with an OpenRouterLLMClient.