Module agentforge4j.llm
module agentforge4j.llm
Provider-neutral LLM client contracts and
LlmClientFactory service interface.
Normalizes request/response shapes for callers that use the shared LLM API while vendor specifics
stay in separate agentforge4j.llm.* adapter modules. ServiceLoader-style uses and
provides declarations are the supported extension point; the embedding application selects
factories. Model text does not substitute for engine-owned workflow control where that applies.
-
Packages
ExportsPackageDescriptionLLM implementation support: client resolution, service discovery, and provider wiring.Indirect Exports -
Modules
RequiresModifierModuleDescriptiontransitiveProvider-neutral LLM invocation contract: request parameters, client interface, and caller-facing failures.