Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial Chapter for SelectorGroupChat #4112

Closed
ekzhu opened this issue Nov 8, 2024 · 0 comments · Fixed by #4326
Closed

Tutorial Chapter for SelectorGroupChat #4112

ekzhu opened this issue Nov 8, 2024 · 0 comments · Fixed by #4326
Labels
documentation Improvements or additions to documentation proj-agentchat
Milestone

Comments

@ekzhu
Copy link
Collaborator

ekzhu commented Nov 8, 2024

  1. Basic usage
  2. Termination condition based on text mention such as "APPROVE"
  3. Customized speaker selection function, make a reference to StateFlow in v0.2.

Follow this example in Core documentation: https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/design-patterns/group-chat.html

Or, alternatively, a literature review usage case https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/examples/literature-review.html

For either example, use mocked tools rather than actual implementation. The goal is to demonstrate the usage of the API not the actual scenario.

Introduce custom speaker selection after introducing the basic usage of the API.

@ekzhu ekzhu added documentation Improvements or additions to documentation proj-agentchat labels Nov 8, 2024
@ekzhu ekzhu added this to the 0.4.0 milestone Nov 8, 2024
ekzhu added a commit that referenced this issue Nov 24, 2024
* Selector Group Chat Tutorial (#4112)

* update doc

* update

* Add custom selector function

* Update doc

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
@ekzhu ekzhu closed this as completed Nov 24, 2024
@ekzhu ekzhu linked a pull request Nov 24, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation proj-agentchat
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant