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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://microsoft.github.io/autogen/stable//reference/python/autogen_agentchat.teams.html#autogen_agentchat.teams.RoundRobinGroupChat
https://microsoft.github.io/autogen/stable//user-guide/core-user-guide/design-patterns/sequential-workflow.html
Beta Was this translation helpful? Give feedback.
All reactions