Uses of Record Class
dev.langchain4j.agentic.internal.AgentExecutor
Packages that use AgentExecutor
Package
Description
-
Uses of AgentExecutor in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic that return AgentExecutorModifier and TypeMethodDescriptionstatic AgentExecutorAgenticServices.createBuiltInAgentExecutor(Class<?> agentServiceClass) -
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) static AgentExecutorAgentUtil.nonAiAgentToExecutor(Object agent, Method agenticMethod) Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentExecutorModifier and TypeMethodDescriptionstatic List<AgentExecutor> AgentUtil.agentsToExecutors(Collection<?> agents) A2AService.DummyA2AService.methodToAgentExecutor(InternalAgent agent, Method method) A2AService.methodToAgentExecutor(InternalAgent a2aClient, Method method) McpService.DummyMcpService.methodToAgentExecutor(InternalAgent agent, Method method) McpService.methodToAgentExecutor(InternalAgent mcpClient, Method method) -
Uses of AgentExecutor in dev.langchain4j.agentic.mcp
Methods in dev.langchain4j.agentic.mcp that return types with arguments of type AgentExecutorModifier and TypeMethodDescriptionDefaultMcpService.methodToAgentExecutor(InternalAgent agent, Method method) -
Uses of AgentExecutor in dev.langchain4j.agentic.planner
Methods in dev.langchain4j.agentic.planner that return types with arguments of type AgentExecutorConstructor parameters in dev.langchain4j.agentic.planner with type arguments of type AgentExecutor -
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)