Skip to content

0.2.11

Compare
Choose a tag to compare
@cpacker cpacker released this 03 Jan 23:13
· 1022 commits to main since this release
bf36491

MemGPT Python Client

MemGPT version 0.2.11 includes a new Python client for developers to easily build on MemGPT (special thanks to @BabellDev!)

To use the MemGPT Python client, simply do:

from memgpt import MemGPT

# creates a client object, which you can then use to create new MemGPT agents, message agents, etc
client = MemGPT()

For more information, check our documentation page.

✍️ What's Changed

Full Changelog: 0.2.10...0.2.11

👋 New Contributors