-
Beta Was this translation helpful? Give feedback.
Answered by
ekzhu
Jan 17, 2025
Replies: 1 comment 4 replies
-
They are quite different: round robin group chat broadcasts every agent's response to every other agents, whereas sequential workflow passes message to the next agent only. For sequential workflow, the context required to perform the work is stored within each message. For round robin group chat, it is shared across all agents. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
easontsai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They are quite different: round robin group chat broadcasts every agent's response to every other agents, whereas sequential workflow passes message to the next agent only.
For sequential workflow, the context required to perform the work is stored within each message. For round robin group chat, it is shared across all agents.