You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I add edges behind a fanout workflow step?, e.g. either add another executor which then processes further, or even preferred add additional fanout edges behind it?.
In the example above, the researchAgents are collected in the collector and then again fan-out for the summaryAgents. This is adapted from the map-reduce example.
But what I'd actually like would be to have another fan-out and fan-in for each researchAgent targeting their own share of summaryAgents without going through the fan-in step.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
How can I add edges behind a fanout workflow step?, e.g. either add another executor which then processes further, or even preferred add additional fanout edges behind it?.
In the example above, the researchAgents are collected in the
collectorand then again fan-out for the summaryAgents. This is adapted from the map-reduce example.But what I'd actually like would be to have another fan-out and fan-in for each researchAgent targeting their own share of summaryAgents without going through the fan-in step.
Beta Was this translation helpful? Give feedback.
All reactions