Class SequentialGraphBuildingStrategy

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

public class SequentialGraphBuildingStrategy extends Object implements FlowGraphBuildingStrategy
Strategy for building sequential execution graphs. In a sequential graph, agents are connected in a linear chain where each agent's output becomes the input for the next agent.