DEV Community

Manoir Yantai
Manoir Yantai

Posted on

Install Persistent Memory to Any AI Agent in 1 Line

Hermes Memory Installer

hermes-memory-installer adds persistent cross-session memory to any AI agent.

curl -sSL https://get.hermes-agent.dev/memory | sh
Enter fullscreen mode Exit fullscreen mode

Why It Matters

AI agents forget everything after each conversation. Hermes fixes this:

  • Vector storage + full-text search
  • Works with Claude, GPT, Gemini, Ollama
  • No context stuffing needed

Quick Start

# Or use the Python API
from hermes_memory import install
install(provider="openai", model="gpt-4")
Enter fullscreen mode Exit fullscreen mode

Project

GitHub: https://github.com/catmiao5/hermes-memory-installer

Top comments (0)