autogenhub / autogen

A programming framework for agentic AI. Discord: https://discord.gg/pAbnFJrkgZ
https://autogenhub.github.io/autogen/
Apache License 2.0
119 stars 22 forks source link

Implement OpenAI Swarm example with groupchat #78

Closed yiranwu0 closed 3 weeks ago

yiranwu0 commented 1 month ago

Use groupchat's custom function to implement the openai swarm.

Why are these changes needed?

Related issue number

Checks

yiranwu0 commented 1 month ago

Initial Commit. Todo: Organize code, draw stateflow figure and improve doc.

yiranwu0 commented 3 weeks ago

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?

I added the tags to be compiled on the website. Yes, I will make another PR to implement this feature!