deep-agents-memory
🎯Skillfrom langchain-ai/langchain-skills
A memory, persistence, and filesystem middleware skill for building agents with LangChain, LangGraph, and Deep Agents — installable via npx skills for any agent supporting the Agent Skills specification.
Overview
A memory, persistence, and filesystem middleware skill for building agents with LangChain, LangGraph, and Deep Agents. Part of the LangChain Skills collection, installable via npx for any agent supporting the Agent Skills specification including Claude Code, Cursor, Windsurf, and more.
Key Features
- Memory middleware — Persistent memory capabilities for long-running agent sessions
- Filesystem integration — File-based persistence for agent state and context
- LangGraph compatible — Works with LangGraph checkpointers and thread management
- Multi-agent install — Compatible with Claude Code, Cursor, Windsurf via
npx skills add - Deep Agents CLI support — Works with Deep Agents CLI including agent persona configuration
- Part of LangChain Skills — Alongside langgraph-persistence, langgraph-human-in-the-loop, and langchain-middleware skills
Who is this for?
Developers building LangChain or LangGraph agents who need persistent memory across sessions. Essential for teams creating long-running agents, multi-turn workflows, or applications where agent context must survive restarts and be shared across threads.
Same repository
langchain-ai/langchain-skills(29 items)
Installation
npx vibeindex add langchain-ai/langchain-skills --skill deep-agents-memorynpx skills add langchain-ai/langchain-skills --skill deep-agents-memory~/.claude/skills/deep-agents-memory/SKILL.mdSKILL.md
More from this repository10
A LangGraph persistence skill covering checkpointers, thread_id, and cross-thread memory — part of LangChain Skills for building agents with LangChain, LangGraph, and Deep Agents.
A LangChain agent skill for building RAG (Retrieval-Augmented Generation) applications with LangChain and LangGraph. Part of the LangChain skills collection that covers framework selection, dependency management, deep agents, and memory patterns for AI coding agents.
A LangGraph human-in-the-loop skill covering interrupts, human review, and approval workflows — part of LangChain Skills for building agents with LangChain, LangGraph, and Deep Agents.
A LangChain middleware skill covering human-in-the-loop approval, custom middleware, and Command resume patterns — part of LangChain Skills for building agents with LangChain, LangGraph, and Deep Agents.
An agent skill for building swarm-based multi-agent systems with LangChain and LangGraph, part of the LangChain Skills collection for constructing agents, memory systems, and deep agent architectures.
Agent skills for building AI applications with LangChain, LangGraph, and Deep Agents, covering fundamentals, RAG pipelines, persistence, human-in-the-loop workflows, and the LangGraph CLI lifecycle for scaffolding, development, building, and deployment.
A skill for the Managed Deep Agents private-preview REST API that covers creating agents, registering MCP servers, creating threads, and streaming runs via the /v1/deepagents endpoint, part of the LangChain Skills collection.
A start-here primer for the LangChain ecosystem that guides framework selection between LangChain, LangGraph, and Deep Agents, covers environment setup, and recommends which skill to load next.
LangGraph fundamentals skill from LangChain for building, observing, and evaluating agents with LangChain, LangGraph, and LangSmith.
LangGraph execution control skill for managing agent execution flow, checkpoints, human-in-the-loop, and state management in LangGraph workflows.