Build Agents that Never Forget: LangMem Semantic Memory Tutorial

Опубликовано: 19 Март 2026
на канале: LangChain
26,624
676

Build agents that remember facts, relationships, and user context across conversations. You'll implement a memory system that lets your agent recall past information, adapt responses based on user history, and maintain separate memories for different users.

Implementation: https://github.com/langchain-ai/langm...
Docs: https://langchain-ai.github.io/langmem/

Chapters:
[0:00] Core concepts
[0:21] What we're building
[0:45] Basic agent setup
[1:45] Memory tool configuration
[2:54] Tool interaction analysis
[4:39] Namespace isolation
[6:09] Search optimization
[7:21] Summary