mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-06 15:51:58 +00:00

* Add fabric example * Support both 0.1.x and 0.2.x * Fix comments * update ecosystem * update png --------- Co-authored-by: “skzhang1” <“shaokunzhang529@gmail.com”> Co-authored-by: Chi Wang <wang.chi@microsoft.com>
22 lines
1.5 KiB
Markdown
22 lines
1.5 KiB
Markdown
# Ecosystem
|
|
This page lists libraries that have integrations with Autogen for LLM applications using multiple agents in alphabetical order. Including your own integration to this list is highly encouraged. Simply open a pull request with a few lines of text, see the dropdown below for more information.
|
|
|
|
|
|
## MemGPT + AutoGen
|
|
|
|
|
|

|
|
|
|
MemGPT enables LLMs to manage their own memory and overcome limited context windows. You can use MemGPT to create perpetual chatbots that learn about you and modify their own personalities over time. You can connect MemGPT to your own local filesystems and databases, as well as connect MemGPT to your own tools and APIs. The MemGPT + AutoGen integration allows you to equip any AutoGen agent with MemGPT capabilities.
|
|
|
|
- [MemGPT + AutoGen Documentation with Code Examples](https://memgpt.readme.io/docs/autogen)
|
|
|
|
|
|
## Microsoft Fabric + AutoGen
|
|
|
|

|
|
|
|
[Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/get-started/microsoft-fabric-overview) is an all-in-one analytics solution for enterprises that covers everything from data movement to data science, Real-Time Analytics, and business intelligence. It offers a comprehensive suite of services, including data lake, data engineering, and data integration, all in one place. In this notenook, we give a simple example for using AutoGen in Microsoft Fabric.
|
|
|
|
- [Microsoft Fabric + AutoGen Code Examples](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_microsoft_fabric.ipynb)
|