Ir al contenido

Inicio rápido

Terminal window
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/LuiggiVal08/toon-memory/main/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/LuiggiVal08/toon-memory/main/install.ps1 | iex
# O con npm (cualquier plataforma)
npm i -g toon-memory
Terminal window
# Instalador interactivo — selecciona agentes con flechas, Espacio, Enter
npx toon-memory
# O no interactivo: especifica agente(s) y scope
npx toon-memory init --agent opencode --scope global
Terminal window
# En tu próxima sesión, ejecuta:
memory_stats # Ver qué hay en la memoria
memory_recall # Buscar en la memoria antes de leer archivos
memory_remember # Guardar decisiones importantes

Tu agente ahora tiene memoria persistente entre sesiones. Aprende más sobre: