microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
30.5k stars 4.44k forks source link

Code library like AgentCloud? #666

Closed rickyloynd-microsoft closed 1 week ago

rickyloynd-microsoft commented 9 months ago

Our discord contains discussion about the need for a code library for users to share their agents etc. One such library (built on AutoGen) already exists: AgentCloud

Should our repo provide links to AgentCloud? Do we have other ideas for supporting such libraries?

sonichi commented 9 months ago

We should provide links in our webiste. For example, this page: https://microsoft.github.io/autogen/docs/Examples/AgentChat and this section: https://microsoft.github.io/autogen/docs/Use-Cases/agent_chat#diverse-applications-implemented-with-autogen @qingyun-wu @JieyuZ2 any other suggestion? Eventually I'd like to have an "ecosystem" page similar to what pytorch has.

JieyuZ2 commented 9 months ago

Yeah providing links in the website is a good idea.

Is the code library similar to autogen/agentchat/contrib?

sonichi commented 9 months ago

No. The example above is a different repo. We'll have some other examples under samples/.

qingyun-wu commented 9 months ago

Add an ecosystem system page on our website displaying the featured integrations and a spreadsheet link or PR template formatted for anyone to make a request to display their agent's creations (so that we can review it)?