Uses of Record Class
dev.langchain4j.agentic.internal.AgentExecutor
Packages that use AgentExecutor
Package
Description
-
Uses of AgentExecutor in dev.langchain4j.agentic.a2a
Methods in dev.langchain4j.agentic.a2a that return types with arguments of type AgentExecutorModifier and TypeMethodDescriptionDefaultA2AService.methodToAgentExecutor(InternalAgent agent, Method method) -
Uses of AgentExecutor in dev.langchain4j.agentic.internal
Fields in dev.langchain4j.agentic.internal with type parameters of type AgentExecutorModifier and TypeFieldDescriptionprotected final List<AgentExecutor> AbstractServiceBuilder.subagentsMethods in dev.langchain4j.agentic.internal that return AgentExecutorModifier and TypeMethodDescriptionstatic AgentExecutorAgentUtil.agentToExecutor(InternalAgent agent) static AgentExecutorAgentUtil.agentToExecutor(Object agent) Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentExecutorModifier and TypeMethodDescriptionstatic List<AgentExecutor> AgentUtil.agentsToExecutors(Object... agents) A2AService.DummyA2AService.methodToAgentExecutor(InternalAgent agent, Method method) A2AService.methodToAgentExecutor(InternalAgent a2aClient, Method method) Method parameters in dev.langchain4j.agentic.internal with type arguments of type AgentExecutorModifier and TypeMethodDescriptionAbstractServiceBuilder.subAgents(List<AgentExecutor> agentExecutors) -
Uses of AgentExecutor in dev.langchain4j.agentic.planner
Methods in dev.langchain4j.agentic.planner that return types with arguments of type AgentExecutorMethod parameters in dev.langchain4j.agentic.planner with type arguments of type AgentExecutorConstructor parameters in dev.langchain4j.agentic.planner with type arguments of type AgentExecutor -
Uses of AgentExecutor in dev.langchain4j.agentic.supervisor
Method parameters in dev.langchain4j.agentic.supervisor with type arguments of type AgentExecutorModifier and TypeMethodDescriptionSupervisorAgentService.subAgents(List<AgentExecutor> agentExecutors) -
Uses of AgentExecutor in dev.langchain4j.agentic.workflow
Methods in dev.langchain4j.agentic.workflow with parameters of type AgentExecutorModifier and TypeMethodDescriptionConditionalAgentService.subAgent(String conditionDescription, Predicate<AgenticScope> condition, AgentExecutor agentExecutor) ConditionalAgentService.subAgent(Predicate<AgenticScope> condition, AgentExecutor agentExecutor) Method parameters in dev.langchain4j.agentic.workflow with type arguments of type AgentExecutorModifier and TypeMethodDescriptionConditionalAgentService.subAgents(String conditionDescription, Predicate<AgenticScope> condition, List<AgentExecutor> agentExecutors) ConditionalAgentService.subAgents(Predicate<AgenticScope> condition, List<AgentExecutor> agentExecutors) -
Uses of AgentExecutor in dev.langchain4j.agentic.workflow.impl
Methods in dev.langchain4j.agentic.workflow.impl with parameters of type AgentExecutorModifier and TypeMethodDescriptionConditionalAgentServiceImpl.subAgent(String conditionDescription, Predicate<AgenticScope> condition, AgentExecutor agentExecutor) ConditionalAgentServiceImpl.subAgent(Predicate<AgenticScope> condition, AgentExecutor agentExecutor) Method parameters in dev.langchain4j.agentic.workflow.impl with type arguments of type AgentExecutorModifier and TypeMethodDescriptionConditionalAgentServiceImpl.subAgents(String conditionDescription, Predicate<AgenticScope> condition, List<AgentExecutor> agentExecutors) ConditionalAgentServiceImpl.subAgents(Predicate<AgenticScope> condition, List<AgentExecutor> agentExecutors) ConditionalAgentServiceImpl.subAgents(List<AgentExecutor> agentExecutors)