Uses of Package
com.agentforge4j.llm.fake
Packages that use com.agentforge4j.llm.fake
Package
Description
-
Classes in com.agentforge4j.llm.fake used by com.agentforge4j.llm.fakeClassDescriptionIdentity a
FakeLlmClientpasses to aFakeResponseSourcefor one invocation.Outcome of a singleFakeResponseSource.nextResponse(FakeInvocation)call.A single scripted response: the raw model text the fake provider returns, and optional script-specified token usage.Supplies scripted responses to aFakeLlmClient.The single per-run store for the fake provider: each run id maps to one entry holding the run'sFakeScriptand its ordinal counters, so registering, deregistering, or evicting a run clears both in one place — there is no separate counter map to keep in sync, and theFakeLlmClientstays stateless.An immutable set of scripted responses for one run, keyed byFakeScriptKey.Intra-script lookup key for a single scripted response.Script-specified token usage for one response, mirroringTokenUsageReportexactly: four nullable counts, no total. -
Classes in com.agentforge4j.llm.fake used by com.agentforge4j.testkit.harness
-
Classes in com.agentforge4j.llm.fake used by com.agentforge4j.testkit.scenarioClassDescriptionAn immutable set of scripted responses for one run, keyed by
FakeScriptKey.Parses fake-provider script JSON into an immutableFakeScript.