general-agentic-memory

Organize and retrieve multi-modal memories across text, video, and agent trajectories.

2|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/ai-agent-skills --skill general-agentic-memory-aradotso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: general-agentic-memory
Source: https://github.com/Aradotso/ai-agent-skills/tree/main/skills/general-agentic-memory
Command: npx skills add https://github.com/Aradotso/ai-agent-skills --skill general-agentic-memory-aradotso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI agents struggle to retain and organize context across long tasks and multi-modal inputs; this skill provides a structured memory system to persist, retrieve, and reason over past events.

Core Features & Use Cases

  • Intelligent Chunking: LLM-based semantic segmentation for long documents and streams.
  • Memory Generation & Hierarchy: Automatic taxonomy-based memory organization with incremental updates.
  • Multi-modal Support: Text, video, and long-horizon trajectories with multiple backends and interfaces.
  • Use Case: Build a project memory that remembers key concepts from quarterly reports and video lectures to answer complex queries.

Quick Start

Create a GAM memory directory for your project and begin indexing your text and video sources.

Frequently Asked Questions about general-agentic-memory

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

FAQPage Schema
How do I build persistent memory for AI agents across long-horizon tasks?▼

Build persistent memory for AI agents by applying hierarchical taxonomy and incremental updates to organize long-horizon, multi-modal memories. This system structures text, video, and agent trajectories to enable cross-document retrieval and contextual reasoning.

What is the best way to manage multi-modal memory for text and video inputs?▼

The best way to manage multi-modal memory is using LLM-based semantic segmentation to chunk long documents and streams. This approach automatically organizes text and video inputs into a structured, hierarchical taxonomy for efficient cross-document retrieval.

How do I retrieve cross-document memories from agent trajectories?▼

Retrieve cross-document memories from agent trajectories by querying a structured memory system that supports hierarchical taxonomy. You can access and query these organized long-horizon memories through a Python SDK, CLI, REST API, or Web UI.

Can I update a hierarchical memory taxonomy incrementally as new documents arrive?▼

Yes, you can update a hierarchical memory taxonomy incrementally as new documents arrive. The memory generation system supports incremental updates, allowing AI agents to persist and organize new multi-modal context without rebuilding the entire memory structure.

Does agent memory management work with both text and video streams?▼

Agent memory management works with both text and video streams through multi-modal support. It processes long-horizon trajectories and long documents using LLM-based semantic chunking, organizing the segmented content into a persistent, hierarchical memory structure.

When should I use a structured memory system instead of basic context windows for AI agents?▼

Use a structured memory system instead of basic context windows when AI agents must retain and reason over long-horizon, multi-modal inputs. It solves the context loss problem by persisting past events and enabling cross-document retrieval across text and video.