Skip to content

Commit

Permalink
Update Ecosystem.md (microsoft#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker authored Dec 1, 2023
1 parent 12893f0 commit 57248d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 57248d1

Please sign in to comment.