gam-agentic-memory
Installation
SKILL.md
GAM (General Agentic Memory) Skill
Skill by ara.so — AI Agent Skills collection.
GAM is a modular agentic file system framework that provides structured memory and operating environments for Large Language Models. It automatically chunks content, generates memory summaries, and organizes them hierarchically. Supports text documents, long videos, and agent trajectories with access via Python SDK, CLI, REST API, and Web interface.
Installation
# Full installation with all features
pip install -e ".[all]"
# Basic installation (text only)
pip install -e .