Pin mnemostack entry to v1.0.2 with a pinned pip dependency

This commit is contained in:
Evgenii Isaenkov
2026-09-22 02:56:29 +03:00
committed by Teknium
parent c6aa1e1839
commit bf3fe5a4ce

View File

@@ -1,20 +1,21 @@
name: mnemostack name: mnemostack
repo: https://github.com/udjin-labs/hermes-mnemostack repo: https://github.com/udjin-labs/hermes-mnemostack
sha: 75a78a1f5b05e6f05a15fae9d78a4ce523c5c4ab sha: 0cca8c4ff3b9d81babb74ba182a29363834aa7e6
subdir: src/hermes_mnemostack/plugin subdir: src/hermes_mnemostack/plugin
description: Persistent agent memory over a mnemostack service or a local Qdrant — hybrid description: Persistent agent memory over a mnemostack service or a local Qdrant — hybrid
recall (vector + lexical + graph), verbatim capture with self-echo suppression, and recall (vector + lexical + graph), verbatim capture with self-echo suppression, and
soft retraction. Multi-tenant when pointed at a shared authenticated service; the 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 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 is a discovery shim; the provider code installs from PyPI at the version pinned in
in plugin.yaml pip_dependencies) into the Hermes venv. Configured via MNEMOSTACK_* env plugin.yaml pip_dependencies (hermes-mnemostack==1.0.2) into the Hermes venv.
vars; no key is required for a purely local Qdrant setup. Configured via MNEMOSTACK_* env vars; no key is required for a purely local
Qdrant setup.
maintainer: udjin-labs maintainer: udjin-labs
tier: community tier: community
category: memory category: memory
requires_hermes: '>=0.19' requires_hermes: '>=0.19'
docs_url: https://github.com/udjin-labs/hermes-mnemostack/blob/75a78a1f5b05e6f05a15fae9d78a4ce523c5c4ab/README.md docs_url: https://github.com/udjin-labs/hermes-mnemostack/blob/0cca8c4ff3b9d81babb74ba182a29363834aa7e6/README.md
version: '1.0.1' version: '1.0.2'
capabilities: capabilities:
provides_tools: provides_tools:
- mnemostack_search - mnemostack_search