deep-agents-memory

Community

Agent memory and filesystem access.

AuthorJosephRobles23
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides agents with robust memory and filesystem capabilities, allowing them to persist data across sessions, manage temporary files, and interact with the underlying file system securely.

Core Features & Use Cases

  • Ephemeral Memory (StateBackend): Stores data within a single thread, useful for temporary working files.
  • Persistent Memory (StoreBackend): Saves data across threads and sessions for long-term storage.
  • Filesystem Access (FilesystemMiddleware): Enables operations like listing, reading, writing, and editing files.
  • Hybrid Storage (CompositeBackend): Routes different file paths to different backend types for flexible storage management.
  • Use Case: An agent needs to save user preferences for future interactions. It can use StoreBackend to save these preferences persistently, ensuring they are available even after the agent session ends.

Quick Start

Invoke this skill when your Deep Agent needs memory, persistence, or filesystem access.

Dependency Matrix

Required Modules

None required

Components

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
Download link: https://github.com/JosephRobles23/Vora.IA/archive/main.zip#deep-agents-memory

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.