LangChain's Agent Builder supports two types of memory: short-term (per-conversation filesystem) and long-term (persistent /memories/ directory using Markdown files). Three practical tips for leveraging memory effectively: explicitly instruct the agent to save useful context to long-term memory, use 'skills' as modular context

5m read time From blog.langchain.com
Post cover image
Table of contents
A quick primer on how memory worksTell your agent to rememberUse skills for specialized contextEdit your agent's memory directlyStart building

Sort: