refactor: refactor MemGPT + AutoGen integration to work with MemGPT 0.2.12+ (DB release) (#905)

This commit is contained in:
Charles Packer
2024-01-22 17:49:48 -08:00
committed by GitHub
parent 73bb3516c3
commit 08d5fe8edd
14 changed files with 493 additions and 265 deletions

View File

@@ -4,7 +4,7 @@ excerpt: Developing using the MemGPT Python client
category: 6580dab16cade8003f996d17
---
The fastest way to integrate MemGPT with your own Python projects is through the `MemGPT` client class:
The fastest way to integrate MemGPT with your own Python projects is through the `MemGPT` [client class](https://github.com/cpacker/MemGPT/blob/main/memgpt/client/client.py):
```python
from memgpt import MemGPT