mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-22 16:25:58 +00:00
fix(catalog): point seed entry at a real plugin subdir
The example-plugins repo is a multi-plugin repo with no root plugin.yaml; the admission CI correctly rejected the root-level seed entry. Pin the plugin-llm-example subdir instead — the admission gate catching its own seed entry is the E2E proof it works.
This commit is contained in:
parent
ab1d9f4c15
commit
f3c6282dae
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
name: example-plugin
|
||||
name: plugin-llm-example
|
||||
repo: https://github.com/NousResearch/hermes-example-plugins
|
||||
sha: 38fe0fb53eff98d477f807432e965429e665ca33
|
||||
subdir: ""
|
||||
description: Reference example plugins for the Hermes plugin system.
|
||||
subdir: "plugin-llm-example"
|
||||
description: Reference plugin showing host-owned structured LLM access via ctx.llm.
|
||||
maintainer: NousResearch
|
||||
tier: official
|
||||
docs_url: ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue