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
(AgentSpecification agent, Method method) -
Uses of AgentExecutor in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal that return AgentExecutorModifier and TypeMethodDescriptionstatic AgentExecutor
AgentUtil.agentToExecutor
(AgentSpecification agent) static AgentExecutor
AgentUtil.agentToExecutor
(Object agent) Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentExecutorModifier and TypeMethodDescriptionprotected List
<AgentExecutor> AbstractService.agentExecutors()
static List
<AgentExecutor> AgentUtil.agentsToExecutors
(Object... agents) A2AService.DummyA2AService.methodToAgentExecutor
(AgentSpecification agent, Method method) A2AService.methodToAgentExecutor
(AgentSpecification a2aClient, Method method) Method parameters in dev.langchain4j.agentic.internal 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) SupervisorAgentServiceImpl.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
(Predicate<AgenticScope> condition, AgentExecutor agentExecutor) Method parameters in dev.langchain4j.agentic.workflow with type arguments of type AgentExecutorModifier and TypeMethodDescriptionConditionalAgentService.subAgents
(Predicate<AgenticScope> condition, List<AgentExecutor> agentExecutors) WorkflowService.subAgents
(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
(Predicate<AgenticScope> condition, AgentExecutor agentExecutor) Method parameters in dev.langchain4j.agentic.workflow.impl with type arguments of type AgentExecutorModifier and TypeMethodDescriptionConditionalAgentServiceImpl.subAgents
(Predicate<AgenticScope> condition, List<AgentExecutor> agentExecutors) ConditionalAgentServiceImpl.subAgents
(List<AgentExecutor> agentExecutors)