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
A sequential agent is probably a special case of the loop agent with only 1 iteration. Keeping the exit conditions can be useful
A parallel agent calls sub agents concurrently, with the same input. It them collects all the outputs and arranges them in the order of the agents, no matter in what order those gave their response.