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.