mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-23 16:36:23 +00:00
- hermes_cli/plugin_catalog.py: loader/search/removed-blocklist for the new plugin-catalog/ directory (exact 40-hex SHA pins, https-only repos, official/community tiers; invalid entries skipped with a warning) - plugin-catalog/: admission-policy README, example-plugin seed entry, and removed.yaml blocklist
14 lines
376 B
YAML
14 lines
376 B
YAML
name: example-plugin
|
|
repo: https://github.com/NousResearch/hermes-example-plugins
|
|
sha: 38fe0fb53eff98d477f807432e965429e665ca33
|
|
subdir: ""
|
|
description: Reference example plugins for the Hermes plugin system.
|
|
maintainer: NousResearch
|
|
tier: official
|
|
docs_url: ""
|
|
platforms: []
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks: []
|
|
provides_middleware: []
|
|
requires_env: []
|