emma-hermes/website/docs/user-guide/features/honcho.md

1.1 KiB

sidebar_position title description
99 Honcho Memory Honcho is now available as a memory provider plugin

Honcho Memory

:::info Honcho is now a Memory Provider Plugin Honcho has been integrated into the Memory Providers system. All Honcho features are available through the unified memory provider interface. :::

Setup

hermes memory setup    # select "honcho"

Or set manually:

# ~/.hermes/config.yaml
memory:
  provider: honcho
echo "HONCHO_API_KEY=your-key" >> ~/.hermes/.env

Migrating from hermes honcho

If you previously used hermes honcho setup:

  1. Your existing configuration (honcho.json or ~/.honcho/config.json) is preserved
  2. Your server-side data (memories, conclusions, user profiles) is intact
  3. Just set memory.provider: honcho to reactivate

No re-login or re-setup needed. Run hermes memory setup and select "honcho" — the wizard detects your existing config.

Full Documentation

See Memory Providers — Honcho for tools, config reference, and details.