gam-agentic-memory

Build hierarchical GAM memory systems for LLM agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GAM enables developers to build structured, hierarchical memory for LLM agents, improving recall, context management, and long-term task continuity across sessions.

Core Features & Use Cases

  • Hierarchical memory organization with chunked content and summaries
  • Support for text documents, long videos, and agent trajectories
  • Accessible via Python SDK, CLI, REST API, and Web interface
  • Use cases include long-document QA, knowledge retention, and planning across multi-step tasks

Quick Start

Install GAM, initialize a memory workspace, and start adding text, video, or trajectory data to begin building memory.

Frequently Asked Questions about gam-agentic-memory

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

FAQPage Schema
How do I build hierarchical memory for LLM agents to manage long-term context?▼

Build hierarchical memory for LLM agents by chunking text, video, and trajectory data into structured summaries. This approach organizes content hierarchically, improving recall and task continuity across multi-step research and planning sessions.

What is agent trajectory tracking and how does it help with planning tasks?▼

Agent trajectory tracking records the sequential steps and decisions an LLM agent makes over time. Structuring this trajectory into hierarchical memory enables long-term task continuity and better context management across sessions.

Can I use Python SDK and REST API to manage video memory for long video processing?▼

Yes, manage video memory through accessible Python SDK, CLI, REST API, and Web interfaces. These interfaces support chunking and summarizing long video data into structured hierarchical memory for agent recall.

How do I set up a memory workspace to start adding text and trajectory data?▼

Set up a memory workspace by installing GAM and initializing the environment. Once initialized, start adding text, video, or trajectory data to begin building structured hierarchical memory with chunking, summaries, and taxonomy.

Does hierarchical agent memory work for long-document processing and knowledge retention?▼

Yes, hierarchical agent memory works for long-document processing and knowledge retention. By applying chunking and summaries to text documents, it structures content into a taxonomy that improves recall and long-term context management.