<aside> <img src="/icons/table_gray.svg" alt="/icons/table_gray.svg" width="40px" />

Table of Content

</aside>

Introduction:

This course is about providing your LLM Agent a Memory to keep doing what it is specified to do. This is useful because maybe you want your Agent not to only remember the chat history, but also to remember its task, names, entities, or even external databases.

Types of Memory:

  1. Conversational Memory
  2. Personalization Memory
  3. Task Memory
  4. Shared Memory

and many more.

image.png

Letta’s Founders created the MemGPT Research Paper which talks about how LLMs can have a Memory (just like the OS), Access it, Modify it, and Update it.

Lecture 1: Implementing self-Editing Memory


Letta VS. MemGPT:

Letta: Open Source Agent Framework