Uses of Interface
dev.langchain4j.agentic.UntypedAgent
Packages that use UntypedAgent
Package
Description
-
Uses of UntypedAgent in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic that return types with arguments of type UntypedAgentModifier and TypeMethodDescriptionstatic A2AClientBuilder
<UntypedAgent> AgenticServices.a2aBuilder
(String a2aServerUrl) Creates a builder for an A2A client that can be used to interact with agents over the A2A protocol.static ConditionalAgentService
<UntypedAgent> AgenticServices.conditionalBuilder()
Creates a builder for an untyped agent implementing a conditional workflow of its subagents.static LoopAgentService
<UntypedAgent> AgenticServices.loopBuilder()
Creates a builder for an untyped agent implementing a loop workflow of its subagents.static ParallelAgentService
<UntypedAgent> AgenticServices.parallelBuilder()
Creates a builder for an untyped agent implementing a parallel workflow of its subagents.static SequentialAgentService
<UntypedAgent> AgenticServices.sequenceBuilder()
Creates a builder for an untyped agent implementing a workflow sequence of its subagents. -
Uses of UntypedAgent in dev.langchain4j.agentic.workflow
Methods in dev.langchain4j.agentic.workflow that return types with arguments of type UntypedAgentModifier and TypeMethodDescriptionWorkflowAgentsBuilder.conditionalBuilder()
WorkflowAgentsBuilder.loopBuilder()
WorkflowAgentsBuilder.parallelBuilder()
WorkflowAgentsBuilder.sequenceBuilder()
-
Uses of UntypedAgent in dev.langchain4j.agentic.workflow.impl
Methods in dev.langchain4j.agentic.workflow.impl that return types with arguments of type UntypedAgentModifier and TypeMethodDescriptionConditionalAgentServiceImpl.builder()
static LoopAgentServiceImpl
<UntypedAgent> LoopAgentServiceImpl.builder()
static ParallelAgentServiceImpl
<UntypedAgent> ParallelAgentServiceImpl.builder()
SequentialAgentServiceImpl.builder()
WorkflowAgentsBuilderImpl.conditionalBuilder()
WorkflowAgentsBuilderImpl.loopBuilder()
WorkflowAgentsBuilderImpl.parallelBuilder()
WorkflowAgentsBuilderImpl.sequenceBuilder()