Uses of Class
com.agentforge4j.runtime.event.EventRecorder
Packages that use EventRecorder
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
-
Uses of EventRecorder in com.agentforge4j.bootstrap
Methods in com.agentforge4j.bootstrap that return EventRecorderModifier and TypeMethodDescriptionBootstrapComponents.eventRecorder()Returns the value of theeventRecorderrecord component.Methods in com.agentforge4j.bootstrap with parameters of type EventRecorderModifier and TypeMethodDescriptionAgentForge4jBootstrap.Builder.withEventRecorder(EventRecorder eventRecorder) Overrides the shared workflow event recorder.Constructors in com.agentforge4j.bootstrap with parameters of type EventRecorderModifierConstructorDescriptionBootstrapComponents(AgentRepository agentRepository, WorkflowRepository workflowRepository, WorkflowStateRepository workflowStateRepository, WorkflowEventLog workflowEventLog, LlmClientResolver llmClientResolver, ContextRenderer contextRenderer, LlmCommandParser llmCommandParser, EventRecorder eventRecorder, FileSink fileSink, LlmProviderSelectionStrategy llmProviderSelectionStrategy, IntegrationRepository integrationRepository, ToolProviderResolver toolProviderResolver, ToolExecutionService toolExecutionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Clock clock, AgentInvoker agentInvoker, LlmCallObserver llmCallObserver, LoadedConfiguration loadedConfiguration) Creates an instance of aBootstrapComponentsrecord class. -
Uses of EventRecorder in com.agentforge4j.runtime
Methods in com.agentforge4j.runtime with parameters of type EventRecorderModifier and TypeMethodDescriptionWorkflowRuntimeBuilder.eventRecorder(EventRecorder value) Configures the sharedEventRecorderused by command handlers, loop strategies, and step executors. -
Uses of EventRecorder in com.agentforge4j.runtime.llm
Methods in com.agentforge4j.runtime.llm with parameters of type EventRecorderModifier and TypeMethodDescriptionAgentInvoker.Builder.eventRecorder(EventRecorder eventRecorder) Constructors in com.agentforge4j.runtime.llm with parameters of type EventRecorderModifierConstructorDescriptionLlmCallObserver(EventRecorder eventRecorder, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of EventRecorder in com.agentforge4j.runtime.tool
Constructors in com.agentforge4j.runtime.tool with parameters of type EventRecorderModifierConstructorDescriptionDefaultToolExecutionService(ToolProviderResolver resolver, ToolPolicy policy, PendingToolInvocationStore pendingStore, ToolExecutionOptions options, EventRecorder eventRecorder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Clock clock) Creates the chokepoint service with its collaborators.ToolResultApplier(EventRecorder eventRecorder) Creates the applier.