Package com.alibaba.cloud.ai.graph.agent.flow.agent.loop


package com.alibaba.cloud.ai.graph.agent.flow.agent.loop
  • Class
    Description
    JSON 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 strategy
    Built-in loop strategies for LoopAgent
    Loop strategy for LoopAgent, used to control the behavior of LoopAgent.