Uses of Record Class
dev.langchain4j.agentic.scope.AgentInvocation
Packages that use AgentInvocation
Package
Description
-
Uses of AgentInvocation in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal with parameters of type AgentInvocationModifier and TypeMethodDescriptionvoidPlannerExecutor.onSubagentInvoked(AgentInvocation agentInvocation) -
Uses of AgentInvocation in dev.langchain4j.agentic.planner
Methods in dev.langchain4j.agentic.planner that return AgentInvocationModifier and TypeMethodDescriptionPlanningContext.previousAgentInvocation()Returns the value of thepreviousAgentInvocationrecord component.Constructors in dev.langchain4j.agentic.planner with parameters of type AgentInvocationModifierConstructorDescriptionPlanningContext(AgenticScope agenticScope, AgentInvocation previousAgentInvocation) Creates an instance of aPlanningContextrecord class. -
Uses of AgentInvocation in dev.langchain4j.agentic.scope
Methods in dev.langchain4j.agentic.scope that return types with arguments of type AgentInvocationModifier and TypeMethodDescriptionAgenticScope.agentInvocations()Returns all agent invocations recorded in this scope, in execution order.AgenticScope.agentInvocations(Class<?> agentType) Returns all agent invocations for agents of the given type.AgenticScope.agentInvocations(String agentName) Returns all agent invocations for the agent with the given name.DefaultAgenticScope.agentInvocations()DefaultAgenticScope.agentInvocations(Class<?> agentType) DefaultAgenticScope.agentInvocations(String agentName) Methods in dev.langchain4j.agentic.scope with parameters of type AgentInvocationModifier and TypeMethodDescriptionvoidDefaultAgenticScope.registerAgentInvocation(AgentInvocation agentInvocation, Object agent)