Skip to content

sushant1827/Long-Term-Memory-Agent

Repository files navigation

Baseline Email Assistant

Let's create an Email Assistant that:

  • Classifies incoming messages (respond, ignore, notify)
  • Drafts responses
  • Schedules meetings

Screenshot 2025-03-26 160025


Email Assistant with Semantic Memory

Let's create an Email Assistant that:

  • Classifies incoming messages (respond, ignore, notify)
  • Drafts responses
  • Schedules meetings

Now, we'll add memory and give the assistant the ability to remember details from previous emails.

image


Email Assistant with Semantic Memory + Episodic Memory

Let's create an Email Assistant that:

  • Classifies incoming messages (respond, ignore, notify)
  • Drafts responses
  • Schedules meetings
  • Uses memory to remember details from previous emails

Now, we'll add human-in-the-loop following the triage step to better refine the assistant's ability to classify emails

image


Email Assistant with Semantic + Episodic + Procedural Memory

We previously built an email assistant that:

  • Classifies incoming messages (respond, ignore, notify)
  • Uses human-in-the-loop to refine the assistant's ability to classify emails
  • Drafts responses
  • Schedules meetings
  • Uses memory to remember details from previous emails

Now, we'll add procedural memory that allows the user to update instructions for using the calendar and email writing tools.

image


About

Build an AI Agent with long term memory using LangGraph

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published