Skip to content

Commit b2149db

Browse files
feat(graph): add parallel agent (#2229)
* feat: add ParallelAgent * feat: add parallelAgent
1 parent c80dbcb commit b2149db

File tree

3 files changed

+853
-1
lines changed

3 files changed

+853
-1
lines changed

spring-ai-alibaba-graph-core/src/main/java/com/alibaba/cloud/ai/graph/agent/BaseAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public String outputKey() {
8686
}
8787

8888
/**
89-
* Gets the list of sub-agents.
89+
* Abstract a complex agent into a simple node in the graph.
9090
* @return the list of sub-agents.
9191
*/
9292
public abstract AsyncNodeAction asAsyncNodeAction(String inputKeyFromParent, String outputKeyToParent)

0 commit comments

Comments
 (0)