Skip to content

feat(hermes-native-memory): add Hermes with native Hindsight memory provider cookbook#29

Merged
benfrank241 merged 1 commit into
mainfrom
feat/hermes-native-memory
Apr 29, 2026
Merged

feat(hermes-native-memory): add Hermes with native Hindsight memory provider cookbook#29
benfrank241 merged 1 commit into
mainfrom
feat/hermes-native-memory

Conversation

@benfrank241

Copy link
Copy Markdown
Member

Summary

  • Adds applications/hermes-memory/ — cookbook entry for Hermes agent with native built-in Hindsight memory provider
  • Covers the three memory modes: hybrid (default), context, and tools
  • Includes example configs for Cloud, local OpenAI, and local Ollama setups
  • Full README with configuration reference, memory mode tradeoffs, and troubleshooting
  • Updates root README.md to list the new application

Note

This entry covers the native memory provider built into Hermes (as of 2026.4+), not the deprecated hindsight-hermes pip plugin. Setup is via hermes memory setup wizard.

Contents

applications/hermes-memory/
├── README.md
├── .gitignore
├── configs/
│   ├── hermes-cloud.example.json
│   ├── hermes-local-openai.example.json
│   └── hermes-local-ollama.example.json
└── scripts/
    ├── setup.sh
    └── inspect-memory.sh

Adds applications/hermes-memory/ — covers the native Hindsight memory
provider that ships in Hermes (the deprecated hindsight-hermes plugin
is replaced by 'hermes memory setup' wizard, which is now released).

Includes:
  - README.md walkthrough — wizard setup, three memory modes
    (hybrid/context/tools), prefetch_method (recall vs reflect),
    cloud and local backends
  - configs/ — example JSON configs for cloud, local-ollama, and
    local-openai backends
  - scripts/setup.sh and scripts/inspect-memory.sh

Slimmed from the original branch: dropped openclaw-memory and
pipecat-memory directories (separate cookbook scope; pipecat-memory
just merged via PR #27).
@benfrank241 benfrank241 force-pushed the feat/hermes-native-memory branch from 89d7ede to 2abec9e Compare April 29, 2026 14:59
@benfrank241 benfrank241 merged commit 38e17c6 into main Apr 29, 2026
1 check failed
@benfrank241 benfrank241 deleted the feat/hermes-native-memory branch April 29, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant