Uses of Class
com.agentforge4j.llm.DefaultLlmClientResolver
Packages that use DefaultLlmClientResolver
Package
Description
LLM implementation support: client resolution, service discovery, and provider wiring.
-
Uses of DefaultLlmClientResolver in com.agentforge4j.llm
Methods in com.agentforge4j.llm that return DefaultLlmClientResolverModifier 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.