Uses of Interface
dev.langchain4j.agentic.workflow.SequentialAgentService
Packages that use SequentialAgentService
Package
Description
-
Uses of SequentialAgentService in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic that return SequentialAgentServiceModifier and TypeMethodDescriptionstatic SequentialAgentService
<UntypedAgent> AgenticServices.sequenceBuilder()
Creates a builder for an untyped agent implementing a workflow sequence of its subagents.static <T> SequentialAgentService
<T> AgenticServices.sequenceBuilder
(Class<T> agentServiceClass) Creates a builder for an agent implementing a workflow sequence of its subagents that can be invoked in a strongly typed way through the provided agent service interface. -
Uses of SequentialAgentService in dev.langchain4j.agentic.workflow
Methods in dev.langchain4j.agentic.workflow that return SequentialAgentServiceModifier and TypeMethodDescriptionWorkflowAgentsBuilder.sequenceBuilder()
<T> SequentialAgentService
<T> WorkflowAgentsBuilder.sequenceBuilder
(Class<T> agentServiceClass) -
Uses of SequentialAgentService in dev.langchain4j.agentic.workflow.impl
Classes in dev.langchain4j.agentic.workflow.impl that implement SequentialAgentServiceMethods in dev.langchain4j.agentic.workflow.impl that return SequentialAgentServiceModifier and TypeMethodDescriptionWorkflowAgentsBuilderImpl.sequenceBuilder()
<T> SequentialAgentService
<T> WorkflowAgentsBuilderImpl.sequenceBuilder
(Class<T> agentServiceClass)