Every entry is pinned to the commit reviewed on 2026-09-15 and passed, at that commit: `hermes plugins validate` (declared tools/hooks/middleware match registrations, no built-in tool collisions) in both the main venv and a bare `pip install -e .` venv, `tools.plugin_guard.scan_plugin` with a non-dangerous verdict, a self-updater grep over every .js file, and a vendor-credential-store write grep over every .py file. Capabilities and requires_env are copied from each plugin.yaml; category was assigned by hand.
14 lines
440 B
YAML
14 lines
440 B
YAML
name: metronix
|
|
repo: https://github.com/mtrnix/hermes-memory-metronix
|
|
sha: 55634c149378f6241a9147a47e67133f6c8a02e6
|
|
description: Metronix memory provider for Hermes with prefetch recall and built-in memory write-through.
|
|
maintainer: mtrnix
|
|
tier: community
|
|
category: memory
|
|
docs_url: https://github.com/mtrnix/hermes-memory-metronix#readme
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks: []
|
|
provides_middleware: []
|
|
requires_env: []
|