Class RoutingGraphBuildingStrategy

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

public class RoutingGraphBuildingStrategy extends Object implements FlowGraphBuildingStrategy
Strategy for building LLM-based routing graphs. In a routing graph, an LLM decides which sub-agent should handle the task based on the input content and agent capabilities.