Uses of Class
com.agentforge4j.llm.LlmSecret
Packages that use LlmSecret
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
LLM implementation support: client resolution, service discovery, and provider wiring.
-
Uses of LlmSecret in com.agentforge4j.bootstrap
Methods in com.agentforge4j.bootstrap that return LlmSecretModifier and TypeMethodDescriptionEnvSystemPropertyLlmSecretResolver.resolve(LlmSecretReference reference) -
Uses of LlmSecret in com.agentforge4j.llm
Methods in com.agentforge4j.llm that return LlmSecretModifier and TypeMethodDescriptionLlmClientFactoryContext.requireApiKey()Resolves the configuration's credential reference into a liveLlmSecret.LlmSecretResolver.resolve(LlmSecretReference reference) Resolves a credential reference to its live value.Methods in com.agentforge4j.llm that return types with arguments of type LlmSecret