Deep Agents Memory & Filesystem
OfficialManage agent memory and filesystem access.
Authorlangchain-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the need for AI agents to have persistent memory, temporary storage, and direct access to the filesystem, enabling more complex and stateful interactions.
Core Features & Use Cases
- Ephemeral Memory (StateBackend): Stores data within a single thread, useful for short-term context.
- Persistent Memory (StoreBackend): Saves data across threads and sessions, ideal for long-term knowledge.
- Filesystem Access (FilesystemBackend): Allows agents to read, write, and manipulate files on disk, with security considerations.
- Hybrid Storage (CompositeBackend): Routes different file paths to different backend types for flexible storage strategies.
- Filesystem Utilities: Provides
ls,read_file,write_file,edit_file,glob, andgrepoperations.
Quick Start
Configure the agent to use a CompositeBackend that routes files in /memories/ to a persistent StoreBackend.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Deep Agents Memory & Filesystem Download link: https://github.com/langchain-ai/langchain-skills/archive/main.zip#deep-agents-memory-filesystem Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.