Uses of Interface
com.alibaba.cloud.ai.graph.agent.flow.agent.loop.LoopStrategy
Packages that use LoopStrategy
Package
Description
-
Uses of LoopStrategy in com.alibaba.cloud.ai.graph.agent.flow.agent
Methods in com.alibaba.cloud.ai.graph.agent.flow.agent with parameters of type LoopStrategyModifier and TypeMethodDescriptionLoopAgent.LoopAgentBuilder.loopStrategy(LoopStrategy loopStrategy) -
Uses of LoopStrategy in com.alibaba.cloud.ai.graph.agent.flow.agent.loop
Classes in com.alibaba.cloud.ai.graph.agent.flow.agent.loop that implement LoopStrategyModifier and TypeClassDescriptionclassJSON array loop strategy that retrieves a JSON array from the current message state, sends each array element as a message to the model, and returns the result.classConditional loop strategy that retries until the Predicate is satisfied or the maximum count is reached.classFixed count loop strategy