feat(agentchat): SelectorGroupChat concurrent speakers - #8206
Open
lsmlhi_25 (FOWEPJF255) wants to merge 1 commit into
Open
feat(agentchat): SelectorGroupChat concurrent speakers#8206lsmlhi_25 (FOWEPJF255) wants to merge 1 commit into
lsmlhi_25 (FOWEPJF255) wants to merge 1 commit into
Conversation
…ft#5395) Support selector_func / model returning multiple speakers, fix termination counting for concurrent turns, and add regression tests.
Author
|
@microsoft-github-policy-service agree |
Author
|
Friendly ping: this PR has been ready for review since 2026-09-08 (CLA + GitGuardian green). Happy to address any feedback when a maintainer has a chance to look. |
Author
|
Still ready for review when a maintainer has bandwidth 鈥?CLA/GitGuardian remain green. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
selector_func(and model selection whenmax_concurrent_speakers> 1) to return multiple speakers forSelectorGroupChat, addressing [Python] SelectorGroupChat to support concurrent speakers #5395.previous_speakersin manager state and fixBaseGroupChatManagerso termination conditions receive the full concurrent-turn delta (not only the last speaker to finish).selector_func.Test plan
pytest tests/test_group_chat.py::test_selector_group_chat_concurrent_speakers_via_selector_funcpytest tests/test_group_chat.py::test_selector_group_chat_custom_selectorpytest tests/test_group_chat.py::test_selector_group_chat_two_speakersFixes #5395