Uses of Record Class
com.agentforge4j.llm.fake.FakeScript
Packages that use FakeScript
Package
Description
-
Uses of FakeScript in com.agentforge4j.llm.fake
Methods in com.agentforge4j.llm.fake that return FakeScriptMethods in com.agentforge4j.llm.fake with parameters of type FakeScriptModifier and TypeMethodDescriptionvoidFakeRunLifecycle.register(String runId, FakeScript script) Installs (or atomically replaces) the script for a run, resetting that run's ordinal counters.Constructors in com.agentforge4j.llm.fake with parameters of type FakeScriptModifierConstructorDescriptionStaticFakeResponseSource(FakeScript script) Creates a static source with default (no TTL, no cap) run-scoped counters.StaticFakeResponseSource(FakeScript script, FakeRunLifecycle counters) Creates a static source whose run-scoped counters use the given lifecycle store (for TTL/cap leak guards). -
Uses of FakeScript in com.agentforge4j.testkit.harness
Methods in com.agentforge4j.testkit.harness with parameters of type FakeScriptModifier and TypeMethodDescriptionWorkflowTestHarness.Builder.script(FakeScript value) Sets the parsed fake script served to every run. -
Uses of FakeScript in com.agentforge4j.testkit.scenario
Methods in com.agentforge4j.testkit.scenario that return FakeScriptModifier and TypeMethodDescriptionScenarioScriptLoader.fromClasspath(String resource) Reads and parses a script from a classpath resource.Parses a script from a JSON string.Reads and parses a script from a filesystem path.