Class PlannerBasedServiceImpl<T>
java.lang.Object
dev.langchain4j.agentic.internal.AbstractServiceBuilder<T, PlannerBasedService<T>>
dev.langchain4j.agentic.planner.PlannerBasedServiceImpl<T>
- All Implemented Interfaces:
AgenticService<PlannerBasedService<T>, T>, PlannerBasedService<T>
public class PlannerBasedServiceImpl<T>
extends AbstractServiceBuilder<T, PlannerBasedService<T>>
implements PlannerBasedService<T>
-
Field Summary
Fields inherited from class AbstractServiceBuilder
afterListener, agenticMethod, agentServiceClass, beforeCall, beforeListener, description, errorHandler, executor, name, output, outputKey -
Constructor Summary
Constructors -
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
-
PlannerBasedServiceImpl
-
-
Method Details
-
builder
-
serviceType
- Specified by:
serviceTypein classAbstractServiceBuilder<T, PlannerBasedService<T>>
-
planner
- Specified by:
plannerin interfacePlannerBasedService<T>
-
build
- Specified by:
buildin interfaceAgenticService<PlannerBasedService<T>, T>
-