Uses of Interface
com.agentforge4j.llm.LlmClientConfiguration
Packages that use LlmClientConfiguration
Package
Description
LLM implementation support: client resolution, service discovery, and provider wiring.
-
Uses of LlmClientConfiguration in com.agentforge4j.llm
Classes in com.agentforge4j.llm that implement LlmClientConfigurationModifier and TypeClassDescriptionfinal recordStandardLlmClientConfigurationshape shared by every provider'sLlmClientConfigurationAdapter.Methods in com.agentforge4j.llm that return LlmClientConfigurationModifier and TypeMethodDescriptionLlmClientConfigurationAdapter.adapt(RawProviderConfiguration raw) Maps this provider's configuration subtree to the neutral configuration the provider'sLlmClientFactoryconsumes.LlmClientFactoryContext.configuration()Returns the value of theconfigurationrecord component.Method parameters in com.agentforge4j.llm with type arguments of type LlmClientConfigurationModifier and TypeMethodDescriptionstatic DefaultLlmClientResolverDefaultLlmClientResolver.discover(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<LlmClientConfiguration> configs, LlmSecretResolver secretResolver) DiscoversLlmClientFactoryimplementations and builds clients for each configuration that matches a factory's provider id, resolving each provider's credential reference viasecretResolver.Constructors in com.agentforge4j.llm with parameters of type LlmClientConfigurationModifierConstructorDescriptionConstructs an HTTP-backed client from configuration (provider id, default model, connect timeout).LlmClientFactoryContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper, LlmClientConfiguration configuration, LlmSecretResolver secretResolver) Creates an instance of aLlmClientFactoryContextrecord class. -
Uses of LlmClientConfiguration in com.agentforge4j.llm.fake
Classes in com.agentforge4j.llm.fake that implement LlmClientConfigurationModifier and TypeClassDescriptionfinal classConfiguration for the fake provider.