Releases: letta-ai/letta
Releases · letta-ai/letta
0.1.14
What's Changed
- Changes to lmstudio to fix JSON decode error by @raisindetre in #208
New Contributors
- @raisindetre made their first contribution in #208
Full Changelog: 0.1.13...0.1.14
0.1.13
0.1.12
What's Changed
- Integration with AutoGen workflow by @QZGao in #126
- Support loading data into archival with Llama Index connectors by @sarahwooders in #146
- Add synchronous memgpt agent by @vivi in #156
- LM Studio inference server support by @cpacker in #167
- add missing pip requirement
llama_index
by @almontasser in #166 - hotfix for broken sync agent code by @cpacker in #171
- use urljoin instead of path.join by @cpacker in #173
- Fix typos by @HKABIG in #172
- black patch on outstanding files that were causing workflow fails on PRs by @cpacker in #193
- Allow recursive blobs by @wrmedford in #186
- azure typo patch by @cpacker in #192
- New wrapper for Zephyr models + little fix in memory.py by @v-kamelowy in #183
- Update agent.py by @tractorjuice in #185
- Summary hotfix by @vivi in #195
- added more clear warnings for when OPENAI_API_BASE and BACKEND_TYPE are not set by @cpacker in #202
- Hotfix memory bug from async refactor by @vivi in #203
- Refactoring CLI to use config file, connect to Llama Index data sources, and allow for multiple agents by @sarahwooders in #154
- Refactor autogen agent to use sync memgpt, add notebook example by @vivi in #157
New Contributors
- @almontasser made their first contribution in #166
- @HKABIG made their first contribution in #172
- @wrmedford made their first contribution in #186
- @v-kamelowy made their first contribution in #183
- @tractorjuice made their first contribution in #185
Full Changelog: 0.1.6...0.1.12
0.1.6
What's Changed
- Add llamaindex example (chat with MemGPT over llamaindex documentation) by @cpacker in #2
- Add llamaindex example (chat with MemGPT over llamaindex documentation) by @cpacker in #3
- Update README.md by @sarahwooders in #9
- Add flag for preloading files by @vivi in #10
- Example SQL integration with MemGPT by @ShishirPatil in #4
- Clean up requirements.txt by @daneah in #16
- Update README.md by @bllchmbrs in #23
- Update README.md by @eltociear in #17
- fixed bug where persistence manager was not saving in demo CLI by @cpacker in #27
- made CONTRIBUTION.md by @0Armaan025 in #29
- [Feature] support line breaks by @QZGao in #30
- support generating embeddings on the fly by @vivi in #34
- allow bypassing message check by @cpacker in #43
- add csv support for preloading files into archival memory by @vivi in #45
- Simplify load by @cpacker in #46
- bare bones github actions workflow by @cpacker in #47
- fix typo by @Rudra-Ji in #49
- Passable gpt-3.5-turbo support by @cpacker in #58
- Add Autogen MemGPT agent by @vivi in #64
- Add pdf support by @vivi in #71
- azure support by @cpacker in #79
- change pop, since agent.messages is locked by @cpacker in #84
- autosave on /exit by @cpacker in #83
- Parallelize embedding generation by @vivi in #85
- fix: typos in memgpt/autogen/memgpt_agent.py by @shresthasurav in #95
- Add local LLM support (with function calling) by @cpacker in #97
- CLI overhaul by @vivi in #96
- Fix typo in memgpt_base.txt #89 by @rabbabansh in #93
- Create python package with poetry by @sarahwooders in #104
- fix runtime error by @cpacker in #105
- Fix memgpt_dir circular import by @vivi in #110
- hotfix for airoboros prompt formatting template by @cpacker in #113
- add wrapper for dolphin mistral + inner monologue wrapper by @cpacker in #116
- Cleanup by @cpacker in #117
- Revert main by @vivi in #120
- cleanup local LLM wrappers by @vivi in #121
- Refactored AutoGen integration + added examples folder by @cpacker in #123
- Patch azure support by @vivi in #140
- fix runtime error in AutoGen agent by @cpacker in #143
- Update to consistent formatting by @sarahwooders in #144
- powershell instructions by @cpacker in #145
- Add pre-commit file that includes whitespace formatting by @sarahwooders in #147
New Contributors
- @cpacker made their first contribution in #2
- @sarahwooders made their first contribution in #9
- @vivi made their first contribution in #10
- @ShishirPatil made their first contribution in #4
- @daneah made their first contribution in #16
- @bllchmbrs made their first contribution in #23
- @eltociear made their first contribution in #17
- @0Armaan025 made their first contribution in #29
- @QZGao made their first contribution in #30
- @Rudra-Ji made their first contribution in #49
- @shresthasurav made their first contribution in #95
- @rabbabansh made their first contribution in #93
Full Changelog: https://github.com/cpacker/MemGPT/commits/0.1.6