Uses of Interface
com.agentforge4j.runtime.interceptor.RunExecutionInterceptor
Packages that use RunExecutionInterceptor
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
-
Uses of RunExecutionInterceptor in com.agentforge4j.bootstrap
Methods in com.agentforge4j.bootstrap with parameters of type RunExecutionInterceptorModifier and TypeMethodDescriptionAgentForge4jBootstrap.Builder.withRunExecutionInterceptor(RunExecutionInterceptor runExecutionInterceptor) Registers a control interceptor fired before a run enters main execution and before each LLM call. -
Uses of RunExecutionInterceptor in com.agentforge4j.runtime
Methods in com.agentforge4j.runtime with parameters of type RunExecutionInterceptorModifier and TypeMethodDescriptionWorkflowRuntimeBuilder.runExecutionInterceptor(RunExecutionInterceptor value) Configures the control interceptor fired before main execution and before each LLM call. -
Uses of RunExecutionInterceptor in com.agentforge4j.runtime.interceptor
Fields in com.agentforge4j.runtime.interceptor declared as RunExecutionInterceptorModifier and TypeFieldDescriptionstatic final RunExecutionInterceptorRunExecutionInterceptor.NO_OPCanonical no-op interceptor — both hooks allow; the default when nothing is registered. -
Uses of RunExecutionInterceptor in com.agentforge4j.runtime.llm
Methods in com.agentforge4j.runtime.llm with parameters of type RunExecutionInterceptorModifier and TypeMethodDescriptionAgentInvoker.Builder.runExecutionInterceptor(RunExecutionInterceptor runExecutionInterceptor)