deep-agents-memory
Advanced memory management for AI agents with ephemeral, persistent, and filesystem storage backends.
Install
npx skills add https://github.com/langchain-ai/langchain-skills --skill deep-agents-memoryStats
| Total installs | 3,259 |
| Weekly installs | 3.3K |
| GitHub stars | 438 |
| First seen | Mar 3, 2026 |
| Source | @langchain-ai/langchain-skills |
Summary
- 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
Tags
Related skills
| Skill | Installs | vs deep-agents-memory |
|---|---|---|
| video-production | 3,355 | +96 |
| vector-index-tuning | 3,492 | +233 |
| videoagent-audio-studio | 3,304 | +45 |
| codex | 3,470 | +211 |
| capability-evolver | 2,794 | -465 |
FAQ
- How many installs does deep-agents-memory have?
- deep-agents-memory has 3,259 total installs and 3.3K installs this week.
- Where is deep-agents-memory hosted?
- deep-agents-memory is published by @langchain-ai/langchain-skills at https://github.com/langchain-ai/langchain-skills.
- How many GitHub stars does deep-agents-memory have?
- deep-agents-memory has 438 GitHub stars.
- When was deep-agents-memory first indexed?
- OrangeBot.AI first indexed deep-agents-memory on Mar 3, 2026.
- How do I install deep-agents-memory?
- Run: npx skills add https://github.com/langchain-ai/langchain-skills --skill deep-agents-memory