Change8

0.9.0

📦 memgptView on GitHub →
3 features🔧 2 symbols

Summary

Version 0.9.0 introduces the Letta Filesystem for enhanced document management and context control, along with new options for document parsing via Mistral OCR.

Migration Steps

  1. If you wish to use Mistral OCR for document parsing, set the environment variable LETTA_MISTRAL_API_KEY.

✨ New Features

  • Introduced Letta Filesystem for managing uploaded documents (like PDFs) via folders and files, allowing contextualization of agent responses.
  • Files uploaded to Letta are now represented in the context window as files in a folder, which can be manually opened or closed by the agent.
  • Added options for document parsing: default [`markitdown`](https://github.com/microsoft/markitdown) or Mistral's OCR endpoint (requires setting LETTA_MISTRAL_API_KEY).

Affected Symbols