Uses of Package
com.alibaba.cloud.ai.graph.agent.flow.agent
Packages that use com.alibaba.cloud.ai.graph.agent.flow.agent
Package
Description
-
Classes in com.alibaba.cloud.ai.graph.agent.flow.agent used by com.alibaba.cloud.ai.graph.agent.flow.agentClassDescriptionBuilder for creating LlmRoutingAgent instances.Loop 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.ParallelAgent executes multiple sub-agents in parallel and merges their results.Strategy interface for merging parallel execution results.Builder for creating ParallelAgent instances.Builder for creating SequentialAgent instances.Builder for creating SupervisorAgent instances.
-