Uses of Class
dev.langchain4j.agentic.workflow.impl.LoopAgentServiceImpl
Packages that use LoopAgentServiceImpl
-
Uses of LoopAgentServiceImpl in dev.langchain4j.agentic.workflow.impl
Methods in dev.langchain4j.agentic.workflow.impl that return LoopAgentServiceImplModifier and TypeMethodDescriptionstatic LoopAgentServiceImpl
<UntypedAgent> LoopAgentServiceImpl.builder()
static <T> LoopAgentServiceImpl
<T> LoopAgentServiceImpl.exitCondition
(Predicate<AgenticScope> exitCondition) LoopAgentServiceImpl.maxIterations
(int maxIterations)