Uses of Record Class
com.agentforge4j.runtime.llm.AgentInvocationResult
Packages that use AgentInvocationResult
-
Uses of AgentInvocationResult in com.agentforge4j.runtime.llm
Methods in com.agentforge4j.runtime.llm that return AgentInvocationResultModifier and TypeMethodDescriptionAgentInvocationResult.Builder.build()Builds the validatedAgentInvocationResult.AgentInvoker.invoke(String agentId, ContextMapping contextMapping, WorkflowState state, String stepPrompt) Invokes an agent without a step-level tier override (equivalent to passingnull).AgentInvoker.invoke(String agentId, ContextMapping contextMapping, WorkflowState state, String stepPrompt, String stepModelTier) Invokes an agent, optionally overriding the agent's capability tier for this step.AgentInvoker.invoke(String agentId, ContextMapping contextMapping, WorkflowState state, String stepPrompt, String stepModelTier, String activeWorkflowId) Invokes an agent, carrying the innermost active workflow id onto the invocation identity.