agent-memory

Structure agent memory across working, episodic, semantic, and procedural layers.

3|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/Sheldon-92/TAD --skill agent-memory-sheldon-92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-memory
Source: https://github.com/Sheldon-92/TAD/tree/main/.agents/skills/agent-memory
Command: npx skills add https://github.com/Sheldon-92/TAD --skill agent-memory-sheldon-92

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Agent memory and context management across complex AI workflows, reducing prompt drift and enabling durable state across sessions.

Core Features & Use Cases

  • CoALA-based memory layering (working/episodic/semantic/procedural) for robust long-term state.
  • MemGPT/Letta virtual context management with heartbeats and memory tiers.
  • Mem0 extract-reconcile pipeline (ADD/UPDATE/DELETE/NOOP) for stable user profiles.
  • LangGraph-based persistence and time-travel for checkpointed workflows.
  • Anthropic prompt-caching topology for efficient prompts.

Quick Start

Activate and configure the agent-memory pack to enable memory-aware reasoning and context optimization in your agent.

Frequently Asked Questions about agent-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage long-term agent memory across working, episodic, semantic, and procedural layers?

Agent memory management across working, episodic, semantic, and procedural layers is structured using a CoALA-based architecture to ensure durable statefulness and context-window optimization. This approach consolidates, scores, and tracks temporality rather than relying on naive vector stores.

What is the best way to implement durable context management for LangGraph checkpointed workflows?

Durable context management for LangGraph checkpointed workflows is implemented using built-in persistence and time-travel capabilities. This enables long-horizon statefulness and checkpointed workflows, reducing prompt drift across complex AI agent sessions.

Does the Mem0 extract-reconcile pipeline support stable user profiles with ADD, UPDATE, DELETE, and NOOP operations?

Yes, the Mem0 extract-reconcile pipeline supports stable user profiles through ADD, UPDATE, DELETE, and NOOP operations. This ensures memory systems actively consolidate and reconcile extracted information for robust long-term state.

How does MemGPT virtual context management handle memory tiers and heartbeats?

MemGPT virtual context management handles memory tiers and heartbeats by applying Letta-based memory management rules. This optimizes context windows and maintains durable state across sessions for AI agents requiring long-horizon statefulness.

When do I need Anthropic prompt caching topology for AI agent context optimization?

Anthropic prompt caching topology for context optimization is needed when designing efficient prompts for complex AI workflows. It reduces prompt drift and enables context-window optimization for memory-aware reasoning.

Why does naive vector store memory fail for long-horizon statefulness in AI agents?

Naive vector store memory fails for long-horizon statefulness because it lacks temporal tracking and procedural layering. A CoALA-based memory architecture solves this by ensuring systems consolidate, score, and track temporality across sessions.