diff --git a/website/docs/Ecosystem.md b/website/docs/Ecosystem.md index 37de35b3aaa2..8b2474998d5a 100644 --- a/website/docs/Ecosystem.md +++ b/website/docs/Ecosystem.md @@ -8,4 +8,4 @@ This page lists libraries that have integrations with Autogen for LLM applicatio ![Agent Chat Example](img/ecosystem-memgpt.png) -Memory-GPT (or MemGPT in short) is a system that intelligently manages different memory tiers in LLMs in order to effectively provide extended context within the LLM's limited context window. For example, MemGPT knows when to push critical information to a vector database and when to retrieve it later in the chat, enabling perpetual conversations. This integration allows you to equip any AutoGen agent with MemGPT. +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.