Class SequentialAgentServiceImpl<T>
java.lang.Object
dev.langchain4j.agentic.internal.AbstractServiceBuilder<T, SequentialAgentService<T>>
dev.langchain4j.agentic.workflow.impl.SequentialAgentServiceImpl<T>
- All Implemented Interfaces:
AgenticService<SequentialAgentService<T>, T>, SequentialAgentService<T>
public class SequentialAgentServiceImpl<T>
extends AbstractServiceBuilder<T, SequentialAgentService<T>>
implements SequentialAgentService<T>
-
Field Summary
Fields inherited from class AbstractServiceBuilder
agenticMethod, agentInstanceFactory, agentListener, agentServiceClass, beforeCall, compensateOnError, description, errorHandler, executor, name, output, outputKey, subagents -
Constructor Summary
ConstructorsConstructorDescriptionSequentialAgentServiceImpl(Class<T> agentServiceClass, Method agenticMethod) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the agentic service, returning a proxy that can be invoked to execute the configured workflow.builder()static <T> SequentialAgentServiceImpl<T> Methods inherited from class AbstractServiceBuilder
agentInstanceFactory, beforeCall, build, build, compensateOnError, description, errorHandler, executor, listener, name, output, outputKey, outputKey, subAgents, subAgentsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AgenticService
beforeCall, compensateOnError, description, errorHandler, listener, name, output, outputKey, outputKey, subAgents, subAgents
-
Constructor Details
-
SequentialAgentServiceImpl
-
-
Method Details
-
build
Description copied from interface:AgenticServiceBuilds the agentic service, returning a proxy that can be invoked to execute the configured workflow.- Specified by:
buildin interfaceAgenticService<SequentialAgentService<T>, T>- Returns:
- the built agent proxy
-
builder
-
builder
-
serviceType
- Specified by:
serviceTypein classAbstractServiceBuilder<T, SequentialAgentService<T>>
-