From bf3fe5a4ce4c4341fb28d0abb56f29fbf8eb5c49 Mon Sep 17 00:00:00 2001 From: Evgenii Isaenkov Date: Tue, 22 Sep 2026 02:56:29 +0300 Subject: [PATCH] Pin mnemostack entry to v1.0.2 with a pinned pip dependency --- plugin-catalog/mnemostack.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/plugin-catalog/mnemostack.yaml b/plugin-catalog/mnemostack.yaml index 8baeecb75f..0763e50887 100644 --- a/plugin-catalog/mnemostack.yaml +++ b/plugin-catalog/mnemostack.yaml @@ -1,20 +1,21 @@ name: mnemostack repo: https://github.com/udjin-labs/hermes-mnemostack -sha: 75a78a1f5b05e6f05a15fae9d78a4ce523c5c4ab +sha: 0cca8c4ff3b9d81babb74ba182a29363834aa7e6 subdir: src/hermes_mnemostack/plugin description: Persistent agent memory over a mnemostack service or a local Qdrant — hybrid recall (vector + lexical + graph), verbatim capture with self-echo suppression, and soft retraction. Multi-tenant when pointed at a shared authenticated service; the tenant is resolved server-side from the service key. Disclosure — the pinned directory - is a discovery shim; the provider code installs from PyPI (hermes-mnemostack, declared - in plugin.yaml pip_dependencies) into the Hermes venv. Configured via MNEMOSTACK_* env - vars; no key is required for a purely local Qdrant setup. + is a discovery shim; the provider code installs from PyPI at the version pinned in + plugin.yaml pip_dependencies (hermes-mnemostack==1.0.2) into the Hermes venv. + Configured via MNEMOSTACK_* env vars; no key is required for a purely local + Qdrant setup. maintainer: udjin-labs tier: community category: memory requires_hermes: '>=0.19' -docs_url: https://github.com/udjin-labs/hermes-mnemostack/blob/75a78a1f5b05e6f05a15fae9d78a4ce523c5c4ab/README.md -version: '1.0.1' +docs_url: https://github.com/udjin-labs/hermes-mnemostack/blob/0cca8c4ff3b9d81babb74ba182a29363834aa7e6/README.md +version: '1.0.2' capabilities: provides_tools: - mnemostack_search