mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-22 16:25:58 +00:00
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.
14 lines
413 B
YAML
14 lines
413 B
YAML
name: plugin-llm-example
|
|
repo: https://github.com/NousResearch/hermes-example-plugins
|
|
sha: 38fe0fb53eff98d477f807432e965429e665ca33
|
|
subdir: "plugin-llm-example"
|
|
description: Reference plugin showing host-owned structured LLM access via ctx.llm.
|
|
maintainer: NousResearch
|
|
tier: official
|
|
docs_url: ""
|
|
platforms: []
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks: []
|
|
provides_middleware: []
|
|
requires_env: []
|