Class ConditionLoopStrategy

java.lang.Object
com.alibaba.cloud.ai.graph.agent.flow.agent.loop.ConditionLoopStrategy
All Implemented Interfaces:
LoopStrategy

public class ConditionLoopStrategy extends Object implements LoopStrategy
Conditional loop strategy that retries until the Predicate is satisfied or the maximum count is reached.
Since:
2025/11/1
Author:
vlsmb