Package com.alibaba.cloud.ai.graph.agent.flow.agent.loop
package com.alibaba.cloud.ai.graph.agent.flow.agent.loop
-
ClassDescriptionJSON 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 strategyBuilt-in loop strategies for LoopAgentLoop strategy for LoopAgent, used to control the behavior of LoopAgent.