hermes - 💡(How to fix) Fix [Show & Tell] hermes-memory-pgvector v0.3 — drop-in Postgres + pgvector memory provider plugin

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

pip install hermes-memory-pgvector
# then drop into ~/.hermes/plugins/pgvector/ and set memory.provider=pgvector
RAW_BUFFERClick to expand / collapse
<!-- [Show & Tell] — community announcement, not a bug report. Happy to convert to a Discussion if/when this repo enables them. -->

Hey 👋 — sharing a memory-provider plugin that may be useful to folks running hermes-agent (and the desktop / workspace clients on top of it).

hermes-memory-pgvector v0.3 — drop-in Postgres + pgvector memory provider for hermes-agent. Stores hermes-agent's built-in memory(action='add', ...) writes into Postgres + pgvector with HNSW, and adds one recall_memory(query, scope, target, limit) tool for semantic search. No new ontology for the agent to learn, no LLM in the write path.

Key feature for multi-agent setups: per-agent themes via X-Hermes-Session-Key header, so your separate minions (marketing / trading / sre / etc.) don't pollute each other's recall by default — and you can still scope='all' for cross-theme search.

Ships as a standalone plugin per hermes-agent's CONTRIBUTING.md (in-tree memory-provider directory is closed; new providers install into ~/.hermes/plugins/).

Install:

pip install hermes-memory-pgvector
# then drop into ~/.hermes/plugins/pgvector/ and set memory.provider=pgvector

BSD-3-Clause. Tested live on a 7-minion ops stack. Feedback / issues welcome on the standalone repo.

— Happy to delete or convert this Issue if it's not the right channel; I checked and Discussions are off here, otherwise I'd have posted there. 🙏

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING