0.2.4
This release includes bugfixes (including major bugfixes for autogen) and a number of new features:
- Custom presets, which allow customization of the set of function calls MemGPT can make
- Integration with LanceDB for archival storage contributed by @PrashantDixit0
- Integration with vLLM OpenAI compatible endpoints
What's Changed
- Set service context for llama index in
local.py
by @sarahwooders in #462 - Update functions.md by @cpacker in #461
- Fix linking functions from
~/.memgpt/functions
by @cpacker in #463 - Add d20 function example to readthedocs by @cpacker in #464
- Move
webui
backend to new openai completions endpoint by @cpacker in #468 - updated websocket protocol and server by @cpacker in #473
- Lancedb by @PrashantDixit0 in #455
- Docs: Fix typos by @sahusiddharth in #477
- Remove .DS_Store from agents list by @cpacker in #485
- Fix #487 (summarize call uses OpenAI even with local LLM config) by @cpacker in #488
- patch web UI by @cpacker in #484
- ANNA, an acronym for Adaptive Neural Network Assistant. personal research assistant by @agiletechnologist in #494
- vLLM support by @cpacker in #492
- Add error handling during linking imports by @cpacker in #495
- Fixes bugs with AutoGen implementation and exampes by @cpacker in #498
- [version] bump version to 0.2.4 by @sarahwooders in #497
New Contributors
- @PrashantDixit0 made their first contribution in #455
- @sahusiddharth made their first contribution in #477
- @agiletechnologist made their first contribution in #494
Full Changelog: 0.2.3...0.2.4