Uses of Interface
com.alibaba.cloud.ai.graph.agent.flow.strategy.FlowGraphBuildingStrategy
Packages that use FlowGraphBuildingStrategy
-
Uses of FlowGraphBuildingStrategy in com.alibaba.cloud.ai.graph.agent.flow.strategy
Classes in com.alibaba.cloud.ai.graph.agent.flow.strategy that implement FlowGraphBuildingStrategyModifier and TypeClassDescriptionclassStrategy for building conditional execution graphs.classConverts a LoopAgent into its corresponding StateGraph.classStrategy for building parallel execution graphs.classStrategy for building LLM-based routing graphs.classStrategy for building sequential execution graphs.classStrategy for building supervisor-based routing graphs.Methods in com.alibaba.cloud.ai.graph.agent.flow.strategy that return FlowGraphBuildingStrategyModifier and TypeMethodDescriptionFlowGraphBuildingStrategyRegistry.getStrategy(String type) Gets a strategy by type.FlowGraphBuildingStrategyRegistry.unregisterStrategy(String type) Unregisters a strategy (mainly for testing purposes).Methods in com.alibaba.cloud.ai.graph.agent.flow.strategy with parameters of type FlowGraphBuildingStrategyModifier and TypeMethodDescriptionvoidFlowGraphBuildingStrategyRegistry.registerStrategy(FlowGraphBuildingStrategy strategy) Registers a new graph building strategy.