Package com.alibaba.cloud.ai.graph.agent.flow.agent
package com.alibaba.cloud.ai.graph.agent.flow.agent
-
ClassDescriptionBuilder for creating LlmRoutingAgent instances.Loop Agent that supports multiple loop modes: COUNT: Execute a fixed number of loops CONDITION: Continue looping based on a condition, similar to a do-while structure, but when the condition is true, terminate the loop JSON_ARRAY: Parse a JSON array and iterate over its elements Other Loop Strategy: Users can implement the LoopStrategy interface according to their needs.ParallelAgent executes multiple sub-agents in parallel and merges their results.Concatenation merge strategy for string results.Default merge strategy that combines all results into a map.List merge strategy that combines results into a list.Strategy interface for merging parallel execution results.Builder for creating ParallelAgent instances.Builder for creating SequentialAgent instances.Builder for creating SupervisorAgent instances.