Uses of Interface
dev.langchain4j.agentic.workflow.LoopAgentService
Packages that use LoopAgentService
Package
Description
-
Uses of LoopAgentService in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic that return LoopAgentServiceModifier and TypeMethodDescriptionstatic LoopAgentService
<UntypedAgent> AgenticServices.loopBuilder()
Creates a builder for an untyped agent implementing a loop workflow of its subagents.static <T> LoopAgentService
<T> AgenticServices.loopBuilder
(Class<T> agentServiceClass) Creates a builder for an agent implementing a loop workflow of its subagents that can be invoked in a strongly typed way through the provided agent service interface. -
Uses of LoopAgentService in dev.langchain4j.agentic.workflow
Methods in dev.langchain4j.agentic.workflow that return LoopAgentServiceModifier and TypeMethodDescriptionLoopAgentService.exitCondition
(Predicate<AgenticScope> exitCondition) WorkflowAgentsBuilder.loopBuilder()
<T> LoopAgentService
<T> WorkflowAgentsBuilder.loopBuilder
(Class<T> agentServiceClass) LoopAgentService.maxIterations
(int maxIterations) -
Uses of LoopAgentService in dev.langchain4j.agentic.workflow.impl
Classes in dev.langchain4j.agentic.workflow.impl that implement LoopAgentServiceMethods in dev.langchain4j.agentic.workflow.impl that return LoopAgentServiceModifier and TypeMethodDescriptionWorkflowAgentsBuilderImpl.loopBuilder()
<T> LoopAgentService
<T> WorkflowAgentsBuilderImpl.loopBuilder
(Class<T> agentServiceClass)