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
afterListener, agenticMethod, agentServiceClass, beforeCall, beforeListener, description, errorHandler, executor, name, output, outputKey -
Constructor Summary
ConstructorsConstructorDescriptionSequentialAgentServiceImpl(Class<T> agentServiceClass, Method agenticMethod) -
Method Summary
Methods inherited from class AbstractServiceBuilder
afterAgentInvocation, agentExecutors, beforeAgentInvocation, beforeCall, build, build, description, errorHandler, executor, name, output, outputKey, subAgents, subAgentsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AgenticService
afterAgentInvocation, beforeAgentInvocation, beforeCall, description, errorHandler, name, output, outputKey, subAgents, subAgents
-
Constructor Details
-
SequentialAgentServiceImpl
-
-
Method Details
-
build
- Specified by:
buildin interfaceAgenticService<SequentialAgentService<T>, T>
-
builder
-
builder
-
serviceType
- Specified by:
serviceTypein classAbstractServiceBuilder<T, SequentialAgentService<T>>
-