-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implement OpenAI Swarm example with groupchat #78
Conversation
Initial Commit. Todo: Organize code, draw stateflow figure and improve doc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Could you add metadata to make it renderable on the website and searchable via tags?
After this PR is merged, in the next iteration, can we add some built-in speaker selection method so that users can directly import from the library to achieve the swarm-style orchestration?
Co-authored-by: Chi Wang <[email protected]>
Co-authored-by: Chi Wang <[email protected]>
I added the tags to be compiled on the website. |
Use groupchat's custom function to implement the openai swarm.
Why are these changes needed?
Related issue number
Checks