diff --git a/plugin-catalog/entropicmem.yaml b/plugin-catalog/entropicmem.yaml index b60412eb30..9a19cf38cb 100644 --- a/plugin-catalog/entropicmem.yaml +++ b/plugin-catalog/entropicmem.yaml @@ -10,10 +10,11 @@ description: >- warns on recall and prefetch payloads (flag-and-warn, fail-open by design, not a blocking filter). Includes a 34-command CLI, destructive-op gates with automatic backups, and an append-only audit log. Disclosure — all memory data (vault markdown, memory.db, index.db, backups) stays local under - HERMES_HOME/entropicmem/; a shared publish DB defaults to ~/.hermes/entropicmem-shared/. The CLI init command appends - ENTROPICMEM_* settings to HERMES_HOME/.env (append-only). If the optional sentence-transformers extra is importable in - the host venv, the provider's remember path downloads all-MiniLM-L6-v2 weights from huggingface.co on first use (no - config gate); otherwise the provider has no network egress. The CLI ingest command fetches a user-supplied URL; CLI + HERMES_HOME/entropicmem/; a shared publish DB defaults to HERMES_HOME/entropicmem-shared/. The CLI init command appends + ENTROPICMEM_* settings to HERMES_HOME/.env (append-only). Vector embeddings are off by default; only with + embeddings_enabled: true (provider) or ENTROPICMEM_EMBEDDINGS=1 / query --semantic (CLI) and the optional + sentence-transformers extra installed does first use download all-MiniLM-L6-v2 weights from huggingface.co; + otherwise the provider has no network egress. The CLI ingest command fetches a user-supplied URL; CLI graph export writes to ./export in the cwd by default and its HTML loads D3/marked from d3js.org and cdn.jsdelivr.net when opened; CLI graph serve starts a loopback HTTP server. entropicmem_patch_core edits the plugin's own Core-memory markdown (Persona/User_Profile), not Hermes core, and is off by default.