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
I have seen the subagents work on parallel on tasks that actually had dependencies to tasks that were not completed yet. Specifically, I had linear dependency:
task group 6 (depends on task group 5)
task group 7 (depends on task group 6)
task group 8 (depends on task group 7)
task group 9 (depends on task group 8),
And the subagents worked on task group 6, 7, 8 and 9 in parallel.
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.
-
I have seen the subagents work on parallel on tasks that actually had dependencies to tasks that were not completed yet. Specifically, I had linear dependency:
task group 6 (depends on task group 5)
task group 7 (depends on task group 6)
task group 8 (depends on task group 7)
task group 9 (depends on task group 8),
And the subagents worked on task group 6, 7, 8 and 9 in parallel.
Beta Was this translation helpful? Give feedback.
All reactions