Module agentforge4j.llm.fake
module agentforge4j.llm.fake
Deterministic scripted LLM provider: replays pre-registered responses instead of calling a model.
Discovered via ServiceLoader like any other agentforge4j.llm.*
adapter. Unlike HTTP providers it has no transport or retry — responses come from a FakeResponseSource keyed
by the request's invocation identity and a per-run ordinal. Suitable for local development, demos, sandbox mode, and
workflow verification.
-
Packages
ExportsIndirect Exports -
Modules
RequiresModifierModuleDescriptiontransitiveProvider-neutral LLM client contracts andLlmClientFactoryservice interface.Indirect RequiresModifierModuleDescriptiontransitiveProvider-neutral LLM invocation contract: request parameters, client interface, and caller-facing failures.