deep-agents-memory

Pluggable memory and file backends for Deep Agents with ephemeral, persistent, and hybrid routing options.

langchain-ai 952 ↓ 13k updated 26d ago
Claude Code
View source ↗

What it does

  • Backend type and configuration
  • Routing rules for CompositeBackend
  • Root directory for FilesystemBackend
  • Human-in-the-loop for file operations
  • Tool names (ls, readfile, writefile, editfile, glob, grep)
  • Access files outside virtualmode restrictions
  • Cross-thread file access without proper backend setup

Requirements & configuration

  • <fix-storebackend-requires-store>
  • StoreBackend requires a store instance.
  • </fix-storebackend-requires-store>
  • <fix-filesystem-backend-needs-virtual-mode>
  • </fix-filesystem-backend-needs-virtual-mode>

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Pluggable memory and file backends for Deep Agents with ephemeral, persistent, and hybrid routing options.

Source

Repository: https://github.com/langchain-ai/langchain-skills

deep-agents-memory FAQ

What does the deep-agents-memory skill do?

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing. Backend type and configuration Routing rules for CompositeBackend

What does deep-agents-memory require?

<fix-storebackend-requires-store> StoreBackend requires a store instance. </fix-storebackend-requires-store> <fix-filesystem-backend-needs-virtual-mode> </fix-filesystem-backend-needs-virtual-mode>

How do I install deep-agents-memory?

Run: npx -y skills add https://github.com/langchain-ai/langchain-skills --skill deep-agents-memory --agent claude-code — the source lives at github.com/langchain-ai/langchain-skills.

Maintain deep-agents-memory?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

deep-agents-memory on getagentictools
[![deep-agents-memory on getagentictools](https://getagentictools.com/badge/skills/langchain-ai-langchain-skills-deep-agents-memory.svg)](https://getagentictools.com/skills/langchain-ai-langchain-skills-deep-agents-memory?ref=badge)
npx agentictools info skills/langchain-ai-langchain-skills-deep-agents-memory

The second line is the CLI lookup for this page — handy in READMEs and docs.