Package dev.langchain4j.agentic.workflow
Interface LoopAgentService<T>
- All Superinterfaces:
WorkflowService<LoopAgentService<T>,
T>
- All Known Implementing Classes:
LoopAgentServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptionexitCondition
(Predicate<AgenticScope> exitCondition) maxIterations
(int maxIterations) Methods inherited from interface dev.langchain4j.agentic.workflow.WorkflowService
beforeCall, build, errorHandler, output, outputName, subAgents, subAgents
-
Method Details
-
maxIterations
-
exitCondition
-