Hermes Memory Installer
hermes-memory-installer adds persistent cross-session memory to any AI agent.
curl -sSL https://get.hermes-agent.dev/memory | sh
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")
Top comments (0)