Skip to content

Commit 1fb60e2

Browse files
authored
Update Ecosystem.md (#838)
1 parent 9ce60c4 commit 1fb60e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/Ecosystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This page lists libraries that have integrations with Autogen for LLM applicatio
88

99
![Agent Chat Example](img/ecosystem-memgpt.png)
1010

11-
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.
11+
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.

0 commit comments

Comments
 (0)