Skip to content

RoundRobinGroupChat is kind of sequential workflow design pattern? #5087

Answered by ekzhu
easontsai asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@easontsai
Comment options

@ekzhu
Comment options

@easontsai
Comment options

@ekzhu
Comment options

Answer selected by easontsai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants