Class SequentialAgentServiceImpl<T>
java.lang.Object
dev.langchain4j.agentic.internal.AbstractService<T,SequentialAgentService<T>>
dev.langchain4j.agentic.workflow.impl.SequentialAgentServiceImpl<T>
- All Implemented Interfaces:
SequentialAgentService<T>
,WorkflowService<SequentialAgentService<T>,
T>
public class SequentialAgentServiceImpl<T>
extends AbstractService<T,SequentialAgentService<T>>
implements SequentialAgentService<T>
-
Field Summary
Fields inherited from class dev.langchain4j.agentic.internal.AbstractService
agentServiceClass, beforeCall, errorHandler, output, outputName
-
Method Summary
Methods inherited from class dev.langchain4j.agentic.internal.AbstractService
agentExecutors, beforeCall, errorHandler, output, outputName, subAgents, subAgents
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.langchain4j.agentic.workflow.WorkflowService
beforeCall, errorHandler, output, outputName, subAgents, subAgents
-
Method Details
-
build
- Specified by:
build
in interfaceWorkflowService<SequentialAgentService<T>,
T>
-
builder
-
builder
-