Package com.agentforge4j.llm


package com.agentforge4j.llm
LLM implementation support: client resolution, service discovery, and provider wiring.

The reusable LLM contract lives in com.agentforge4j.llm.api. This package contains implementation-layer types used to construct, register, and resolve provider clients without making the runtime depend on vendor SDKs.

Key types:

Core invocation contracts such as LlmClient, LlmExecutionRequest, and LlmInvocationException are defined in the API module.