mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-07 08:02:23 +00:00
Revert "feat(skills): integrate NVIDIA/skills as a trusted skills hub tap"
This reverts commit 9992e32db3.
This commit is contained in:
parent
44df52005a
commit
bfecfabd0f
8 changed files with 3 additions and 69 deletions
|
|
@ -36,16 +36,7 @@ from typing import List, Tuple
|
|||
# Hardcoded trust configuration
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
TRUSTED_REPOS = {
|
||||
"openai/skills",
|
||||
"anthropics/skills",
|
||||
"huggingface/skills",
|
||||
# NVIDIA-verified skills: each entry ships a signed `skill.oms.sig`
|
||||
# and a governance `skill-card.md` (sync pipeline drops anything
|
||||
# missing the signature or card). Catalog details:
|
||||
# https://github.com/NVIDIA/skills
|
||||
"NVIDIA/skills",
|
||||
}
|
||||
TRUSTED_REPOS = {"openai/skills", "anthropics/skills", "huggingface/skills"}
|
||||
|
||||
INSTALL_POLICY = {
|
||||
# safe caution dangerous
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue