Uses of Class
com.agentforge4j.runtime.llm.AgentInvoker
Packages that use AgentInvoker
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
-
Uses of AgentInvoker in com.agentforge4j.bootstrap
Methods in com.agentforge4j.bootstrap that return AgentInvokerModifier and TypeMethodDescriptionBootstrapComponents.agentInvoker()Returns the value of theagentInvokerrecord component.Methods in com.agentforge4j.bootstrap with parameters of type AgentInvokerModifier and TypeMethodDescriptionAgentForge4jBootstrap.Builder.withAgentInvoker(AgentInvoker agentInvoker) Overrides theAgentInvokerused for agent and SPAR steps.Constructors in com.agentforge4j.bootstrap with parameters of type AgentInvokerModifierConstructorDescriptionBootstrapComponents(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 AgentInvoker in com.agentforge4j.runtime
Methods in com.agentforge4j.runtime with parameters of type AgentInvokerModifier and TypeMethodDescriptionWorkflowRuntimeBuilder.agentInvoker(AgentInvoker value) Configures theAgentInvokerused for agent and SPAR steps (for example from framework integration or constructed explicitly by the embedding application). -
Uses of AgentInvoker in com.agentforge4j.runtime.llm
Methods in com.agentforge4j.runtime.llm that return AgentInvoker