Link-AGI / AutoAgents

[IJCAI 2024] Generate different roles for GPTs to form a collaborative entity for complex tasks.
https://huggingface.co/spaces/LinkSoul/AutoAgents
MIT License
1.2k stars 147 forks source link

autogen #24

Open jmanhype opened 1 year ago

jmanhype commented 1 year ago

what is the difference between autogen from microsoft and this?

bitnom commented 1 year ago

autogen doesn't generate new agents for itself out of the box. It can, and so can metagpt which is what this project uses. It's not new, actually. This group is just the first to want to gain notoriety for it with a paper.

Jaykef commented 12 months ago

autogen doesn't generate new agents for itself out of the box. It can, and so can metagpt which is what this project uses. It's not new, actually. This group is just the first to want to gain notoriety for it with a paper.

If you actually understood the paper (supposing you've read it) you will see why our approach differs from the rest.