Overview
MemGPT is a system that gives LLMs unbounded memory. It automatically manages what goes into the context window, enabling long-term memory and conversations.
Key Features
- Unlimited Memory: Store unlimited information
- Auto Context: Manages context window automatically
- Multi-modal: Supports images, audio, video
- Self-editing Memory: Agent manages its own memory
- Database Support: Persistent storage
Installation
pip install memgpt
memgpt configure
memgpt run
Resources
Source: GitHub