Skip to content

Releases: letta-ai/letta

0.2.4

23 Nov 06:44
09dfc17
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.2.3...0.2.4

0.2.3

15 Nov 18:21
36e8488
Compare
Choose a tag to compare

Updates

  • Updated MemGPT and Agent Configs: This release makes changes to how MemGPT and agent configurations are stored. These changes will help MemGPT keep track of what settings and with what version an agent was saved with, to help improve cross-version compatibility for agents.
    • If you've been using a prior version of MemGPT, you may need to re-run memgpt configure to update your configuration settings to be compatible with this version.
  • Configurable Presets: Presets have been refactored to allow developers to customize the set of functions and system prompts MemGPT uses.

What's Changed

  • Configurable presets to support easy extension of MemGPT's function set by @cpacker in #420
  • WebSocket interface and basic server.py process by @cpacker in #399
  • patch getargspec error by @cpacker in #440
  • always cast config.context_window to int before use by @cpacker in #444
  • Refactor config + determine LLM via config.model_endpoint_type by @sarahwooders in #422
  • Update config to include memgpt_version and re-run configuration for old versions on memgpt run by @sarahwooders in #450
  • Add load and load_and_attach functions to memgpt autogen agent. by @wrmedford in #430
  • Update documentation [local LLMs, presets] by @cpacker in #453
  • When default_mode_endpoint has a value, it needs to become model_endp… by @kfsone in #452
  • Upgrade workflows to Python 3.11 by @sarahwooders in #441

New Contributors

Full Changelog: 0.2.2...0.2.3

0.2.2

13 Nov 17:09
28eb711
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1

10 Nov 21:19
3df7989
Compare
Choose a tag to compare

This is a release to replace the yanked 0.2.0 release, which had critical bugs.

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

10 Nov 16:55
2ecc45c
Compare
Choose a tag to compare

This release includes updated documentation , integration with vector databases (pgvector), and many bug fixes!

What's Changed

New Contributors

Full Changelog: 0.1.15...0.2.0

0.1.15

31 Oct 07:36
Compare
Choose a tag to compare

What's Changed

  • Fix conversation_date_search async bug by @vivi in #215

Full Changelog: 0.1.14...0.1.15

0.1.14

31 Oct 06:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.13...0.1.14

0.1.13

31 Oct 04:34
Compare
Choose a tag to compare

What's Changed

  • hotfix LocalArchivalMemory by @vivi in #209
  • Initialize memgpt agent config with same name passed in by @vivi in #211

Full Changelog: 0.1.12...0.1.13

0.1.12

31 Oct 01:25
Compare
Choose a tag to compare

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

Full Changelog: 0.1.6...0.1.12

0.1.6

26 Oct 23:48
7f713e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/cpacker/MemGPT/commits/0.1.6