0.2.11
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
- ci: Run tests using postgres docker container by @sarahwooders in #715
- fix: increase the func return char limit by @cpacker in #714
- fix: patch TEI error in load by @cpacker in #725
- fix: patch bug on TEI embedding lookup by @cpacker in #724
- fix: updated CLI interface to properly print searches on archival memory by @cpacker in #731
- fix: Typo in info log message and docs by @VladCuciureanu in #730
- fix: don't insert request heartbeat into pause heartbeat by @cpacker in #727
- docs: synced api reference by @cpacker in #737
- fix: cleanup failed agent creation by @cpacker in #726
- feat: chatml-noforce-roles wrapper + cli fix by @cpacker in #738
- fix: refactor + improve json parser by @cpacker in #739
- feat: Add MemGPT "Python Client" by @BabellDev in #713
- feat: enum choices for list command argument (issue #732) by @jimlloyd in #746
- docs: Include steps for Local LLMs by @sanegaming in #749
- docs: word choice in documentation by @oceaster in #760
- docs: Improve Local LLM information and add WSL Troubleshooting by @sanegaming in #752
- docs: linting, syntax, formatting & spelling fixes for all files by @oceaster in #761
- fix: fix string & ws rules in json_func_calls...gbnf by @jimlloyd in #754
- docs: update local_llm_settings.md by @cpacker in #765
- docs: Update python_client.md by @vinayak-revelation in #772
- fix: Update memgpt_coder_autogen.ipynb by @cpacker in #775
Full Changelog: 0.2.10...0.2.11
👋 New Contributors
- @VladCuciureanu made their first contribution in #730
- @BabellDev made their first contribution in #713
- @jimlloyd made their first contribution in #746
- @sanegaming made their first contribution in #749
- @oceaster made their first contribution in #760
- @vinayak-revelation made their first contribution in #772