Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Give your agent memory that survives a restart

An agent with persistent memory improves its responses over time without retraining, which a human doing the same job would need a notebook and perfect recall to match.

This is part of AI Building Tutorials by The Builder Weekly.

Read this tutorial:

  • In this repo — the raw markdown with code blocks
  • On the web — rendered with diagrams and syntax highlighting

What this tutorial teaches

Before: Your agent forgets everything when the session ends and starts every conversation from zero.

After: The agent retrieves relevant context from previous sessions before responding, getting better with every interaction.

Tools used

mem0

Pillar

Memory