mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
17 lines
821 B
Text
17 lines
821 B
Text
graft skills
|
|
graft optional-skills
|
|
graft optional-mcps
|
|
graft hermes_cli/web_dist
|
|
graft locales
|
|
# Bundled plugin manifests (plugin.yaml / plugin.yml). Without these the
|
|
# PluginManager scan (hermes_cli/plugins.py) finds zero plugins on installs
|
|
# built from the sdist (e.g. Homebrew, downstream packagers). package-data
|
|
# below covers the wheel; this covers the sdist. See #34034 / #28149.
|
|
recursive-include plugins plugin.yaml plugin.yml
|
|
# Include the closed shared-metrics package schema in downstream sdists so the
|
|
# smoke test, documentation, and external validators can inspect the contract.
|
|
recursive-include hermes_cli/observability/schemas *.json
|
|
# Gateway assets include images plus YAML catalogs such as status_phrases.yaml.
|
|
recursive-include gateway/assets *
|
|
global-exclude __pycache__
|
|
global-exclude *.py[cod]
|