Uses of Package
com.agentforge4j.llm
Packages that use com.agentforge4j.llm
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
LLM implementation support: client resolution, service discovery, and provider wiring.
-
Classes in com.agentforge4j.llm used by com.agentforge4j.bootstrapClassDescriptionResolves a provider id string to the configured
LlmClient.A resolved LLM provider credential.An opaque reference to an LLM provider credential, carried through neutral provider configuration so a raw credential value never has to travel through the wiring layer.Resolves anLlmSecretReferenceto a liveLlmSecretat the point of use. -
Classes in com.agentforge4j.llm used by com.agentforge4j.llmClassDescriptionIn-memory
ModelTierResolverbacked by a static provider→tier→model map.DefaultLlmClientResolver: builds an immutable map of provider id toLlmClient.Settings used to construct anLlmClientfor one provider: provider id, default model, and HTTP connect timeout.Inputs passed toLlmClientFactory.create(LlmClientFactoryContext): the JSON mapper, the neutral providerLlmClientConfiguration, and theLlmSecretResolvera provider uses to resolve its credential reference.Resolves a provider id string to the configuredLlmClient.Validated, provider-specific configuration transport for the LLM SPI.A resolved LLM provider credential.An opaque reference to an LLM provider credential, carried through neutral provider configuration so a raw credential value never has to travel through the wiring layer.Resolves anLlmSecretReferenceto a liveLlmSecretat the point of use.Small builder for the canonical dotted provider-option map emitted byLlmClientConfigurationAdapterimplementations.Provider-scoped lookup of a single raw property value, backingRawProviderConfiguration.Immutable neutral view over a provider'sagentforge4j.llm.<providerId>.*configuration subtree, handed to aLlmClientConfigurationAdapter. -
Classes in com.agentforge4j.llm used by com.agentforge4j.llm.fakeClassDescriptionSettings used to construct an
LlmClientfor one provider: provider id, default model, and HTTP connect timeout.Factory for creatingLlmClientinstances for one provider.Inputs passed toLlmClientFactory.create(LlmClientFactoryContext): the JSON mapper, the neutral providerLlmClientConfiguration, and theLlmSecretResolvera provider uses to resolve its credential reference. -
Classes in com.agentforge4j.llm used by com.agentforge4j.runtime.llm