Uses of Class
com.alibaba.cloud.ai.graph.agent.flow.agent.FlowAgent
Packages that use FlowAgent
Package
Description
-
Uses of FlowAgent in com.alibaba.cloud.ai.graph.agent.flow.agent
Subclasses of FlowAgent in com.alibaba.cloud.ai.graph.agent.flow.agentModifier and TypeClassDescriptionclassclassLoop 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.classParallelAgent executes multiple sub-agents in parallel and merges their results.classclass -
Uses of FlowAgent in com.alibaba.cloud.ai.graph.agent.flow.builder
Classes in com.alibaba.cloud.ai.graph.agent.flow.builder with type parameters of type FlowAgentModifier and TypeClassDescriptionclassFlowAgentBuilder<T extends FlowAgent,B extends FlowAgentBuilder<T, B>> Abstract base builder for FlowAgent and its subclasses.