Expand description
LLM client factory functions for CLI commands.
Provides builders for creating LLM clients from configuration.
Functionsยง
- build_
anthropic_ client - Builds an Anthropic client from configuration.
- build_
hook_ llm_ provider - Builds an LLM provider for hooks from configuration.
- build_
http_ config - Builds HTTP configuration from LLM config with environment overrides.
- build_
llm_ provider - Builds an LLM provider from configuration.
- build_
llm_ provider_ for_ entity_ extraction - Builds an LLM provider for entity extraction with a longer timeout.
- build_
lmstudio_ client - Builds an LM Studio client from configuration.
- build_
ollama_ client - Builds an Ollama client from configuration.
- build_
openai_ client - Builds an
OpenAIclient from configuration. - build_
resilience_ config - Builds resilience configuration from LLM config with environment overrides.