add AutoGen

fix https://github.com/e2b-dev/awesome-ai-agents/issues/62
This commit is contained in:
JIMMY ZHAO
2023-10-25 15:09:35 -04:00
parent a69b902ff1
commit 3d166e7e53

View File

@@ -141,6 +141,27 @@ A command line tool that lets you pair your program with GPT-3.5/GPT-4, to edit
- Author: [Paul Gauthier](https://github.com/paul-gauthier) (Github) - Author: [Paul Gauthier](https://github.com/paul-gauthier) (Github)
- [Discord Invite](https://discord.com/invite/Tv2uQnR88V) - [Discord Invite](https://discord.com/invite/Tv2uQnR88V)
</details>
## [AutoGen](https://github.com/microsoft/autogen)
A framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks.
<details>
### Description
- A framework for developing LLM (Large Language Model) applications with multiple conversational agents.
- These agents can collaborate to solve tasks and can interact seamlessly with humans.
- It simplifies complex LLM workflows, enhancing automation and optimization.
- It offers a range of working systems across various domains and complexities.
- It improves LLM inference with easy performance tuning and utility features like API unification and caching.
- It supports advanced usage patterns, including error handling, multi-config inference, and context programming.
### Links
- Paper: [AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework](https://arxiv.org/pdf/2308.08155.pdf)
- [Discord](https://discord.gg/pAbnFJrkgZ)
- [Twitter thread describing the system](https://twitter.com/pyautogen)
</details> </details>
## [AutoGPT](https://agpt.co/?utm_source=awesome-ai-agents) ## [AutoGPT](https://agpt.co/?utm_source=awesome-ai-agents)