blog(hermes): Hindsight as one-click desktop memory provider#2350
Merged
Conversation
Hermes' desktop app now surfaces Hindsight in Settings -> Memory & Context with a full in-app config panel (mode, API key, API URL, bank id, recall budget) — the only memory provider that gets a settings surface. Covers the schema-driven design, the exact fields, and the cloud quickstart. Co-branded Hindsight x Hermes cover. Signed-off-by: Ben <ben.bartholomew@vectorize.io>
Two in-post screenshots — the Settings -> Memory & Context provider dropdown and the Hindsight config panel — with labeled placeholder images to keep build-docs green until the real captures drop in at the same paths. Signed-off-by: Ben <ben.bartholomew@vectorize.io>
Replace placeholders with actual captures: the Settings -> Memory & Context provider dropdown (showing Hindsight among the options) and the Hindsight config panel (Mode/API key/API URL/Bank ID/Recall budget). Signed-off-by: Ben <ben.bartholomew@vectorize.io>
Signed-off-by: Ben <ben.bartholomew@vectorize.io>
Signed-off-by: Ben <ben.bartholomew@vectorize.io>
Signed-off-by: Ben <ben.bartholomew@vectorize.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Announcement post: the Hermes Agent desktop app now lets you select and fully configure Hindsight as a memory provider in-app.
What
hindsight-docs/blog/2026-06-22-hermes-desktop-memory-provider.mdAngle
Distinct from the April native-provider post: this is specifically about the desktop app rendering a full config panel for Hindsight (no
config.json/.env), and the standout that Hindsight is the only memory provider with an in-app settings surface.Verified against the Hermes repo (
NousResearch/hermes-agent)memory.providerdropdown values —apps/desktop/src/app/settings/constants.tshermes, Recall budget =mid) —hermes_cli/memory_providers.pyGET /api/memory/providers/{provider}/config—provider-config-panel.tsx/hermes.tsMEMORY_PROVIDERSregistry03d9a95a7 fix(desktop): show Hindsight memory provider (#37546)prettier-clean; renders 200 locally. Docs-only change.