Class ParallelGraphBuildingStrategy

java.lang.Object
com.alibaba.cloud.ai.graph.agent.flow.strategy.ParallelGraphBuildingStrategy
All Implemented Interfaces:
FlowGraphBuildingStrategy

public class ParallelGraphBuildingStrategy extends Object implements FlowGraphBuildingStrategy
Strategy for building parallel execution graphs. In a parallel graph, all sub-agents execute concurrently and their results are aggregated using a specified merge strategy.