AIAgentParallelNodeBuilder
Builder for a node that executes multiple nodes in parallel.
Parameters
nodes
List of nodes to execute in parallel
merge
A suspendable lambda that defines how the outputs from the parallel nodes should be merged
dispatcher
Coroutine dispatcher to use for parallel execution