langchain-ai/langchain-skills · Official

deep-agents-memory

All-time #1105 Trending #1290 Hot #5495 First seen Mar 3, 2026
8-week activity · all time api

Installation

$ npx skills add https://github.com/langchain-ai/langchain-skills

Summary

  • Pluggable memory and file backends for Deep Agents with ephemeral, persistent, and hybrid routing options.
  • Four backend types: StateBackend (thread-scoped, ephemeral), StoreBackend (cross-session persistent), FilesystemBackend (real disk access for local dev), and CompositeBackend (route different paths to different backends) FilesystemMiddleware provides six file operation tools: ls , read_file , write_file , edit_file , glob , grep CompositeBackend uses longest-prefix matching to route paths; files in matched routes persist across threads, others remain ephemeral StoreBackend requires a store instance (InMemoryStore for dev, PostgresStore for production); FilesystemBackend requires virtual_mode=True to prevent directory escape attacks

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from langchain-ai/langchain-skills · top by installs.

npx skills add https://github.com/langchain-ai/langchain-skills

Browse all from langchain-ai/langchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.2K
Default branch main
Open issues 6
Status Active

History

  1. First seen on skills.sh
  2. First recorded snapshot · 15,913 installs