Class ParallelResultAggregator

java.lang.Object
com.alibaba.cloud.ai.graph.agent.flow.node.ParallelResultAggregator
All Implemented Interfaces:
NodeAction

public class ParallelResultAggregator extends Object implements NodeAction
A node action that aggregates results from parallel execution of multiple agents. This class collects outputs from parallel agents and combines them into a single result.