Uses of Package
com.alibaba.cloud.ai.graph.agent.flow.agent.loop
Packages that use com.alibaba.cloud.ai.graph.agent.flow.agent.loop
Package
Description
-
Classes in com.alibaba.cloud.ai.graph.agent.flow.agent.loop used by com.alibaba.cloud.ai.graph.agent.flow.agentClassDescriptionLoop strategy for LoopAgent, used to control the behavior of LoopAgent.
-
Classes in com.alibaba.cloud.ai.graph.agent.flow.agent.loop used by com.alibaba.cloud.ai.graph.agent.flow.agent.loopClassDescriptionJSON 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.Conditional loop strategy that retries until the Predicate is satisfied or the maximum count is reached.Fixed count loop strategyLoop strategy for LoopAgent, used to control the behavior of LoopAgent.