0.2.8
This release includes major updates to help it get easier to get started with MemGPT!
Note: release 0.2.8 superseded by bugfix release 0.2.9
🎄 Free MemGPT Hosted Endpoints
MemGPT now can be used with hosted LLM and embedding endpoints, which are free and do not require an access key! The LLM endpoint is running a variant of the newly released Mixtral model - specifically Dolphin 2.5 Mixtral 8x7b 🐬!
Since the endpoint is still in beta, please expect occasional downtime. You can check for uptime at https://status.memgpt.ai.
⚡ Quickstart Configuration
You can automatically configure MemGPT (for the MemGPT endpoints and OpenAI) with quickstart commands:
# using MemGPT free endpoint
> memgpt quickstart --latest
# using OpenAI endpoint
> memgpt quickstart --latest --backend openai
This will set default options in the file ~/.memgpt/config
which you can also modify with advanced options in memgpt configure
.
📖 Documentation Updates
MemGPT's documentation has migrated to https://memgpt.readme.io.
✍️ Full Change Log
- API server refactor + REST API by @cpacker in #593
- added
memgpt server
command by @cpacker in #611 - updated local APIs to return usage info by @cpacker in #585
- added autogen as an extra by @cpacker in #616
- Add safeguard on tokens returned by functions by @cpacker in #576
- patch bug where
function_args.copy()
throws runtime error by @cpacker in #617 - allow passing custom host to rest server by @cpacker in #618
- migrate to using completions endpoint by default by @cpacker in #628
- Patch bug with loading of old agents by @cpacker in #629
- fix: poetry add [html2text/docx2txt] by @cpacker in #633
- feat: Add semantic PR checking to enforce prefixes on PRs by @cpacker in #634
- feat: added memgpt folder command by @cpacker in #632
- feat: Add common + custom settings files for completion endpoints by @cpacker in #631
- feat: Migrate docs by @cpacker in #646
- feat: Updated contributing docs by @cpacker in #653
- fix: [446] better gitignore for IDEs and OS. by @agiletechnologist in #651
- feat: updated/added docs assets by @cpacker in #654
- feat: Add
memgpt quickstart
command by @cpacker in #641 - fix: patch ollama bug w/ raw mode by @cpacker in #663
- fix: Patch openai error message + openai quickstart by @cpacker in #665
- fix: added logging of raw response on debug by @cpacker in #666
- feat: added /summarize command by @cpacker in #667
- feat: Add new wrapper defaults by @cpacker in #656
- fix: Throw "env vars not set" early and enhance /attach for KeyboardInterrupt (#669) by @dejardim in #674
- fix: CLI conveniences (add-on to #674) by @cpacker in #675
- feat: pull model list for openai-compatible endpoints by @cpacker in #630
- fix: Update README.md by @cpacker in #676
- docs: patched asset links by @cpacker in #677
- feat: further simplify setup flow by @cpacker in #673
👋 New Contributors
Full Changelog: 0.2.7...0.2.8