hermes-agent/apps/desktop/src/plugins
hermes-seaeye[bot] 777512b760
fmt(js): `npm run fix` on merge (#76498)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-02 01:23:45 +00:00
..
example fix(desktop): ship example plugin off by default 2026-08-01 15:46:36 -05:00
gateway-pill
hello-runtime
kanban fmt(js): `npm run fix` on merge (#76498) 2026-08-02 01:23:45 +00:00
README.md

README.md

Bundled plugins

Drop a <name>/plugin.{ts,tsx} here that default-exports a HermesPlugin and it registers automatically at boot (vite glob in ../contrib/plugins.ts), with the same inventory + live enable/disable contract as runtime plugins.

None ship in-tree today — reference/demo plugins (the counter example, the gateway-pill 1:1 rebuild, the runtime-loader hello world) live in the companion hermes-example-plugins repo so the shipped app stays uncluttered.

User- and agent-authored plugins load at runtime from $HERMES_HOME/desktop-plugins/<name>/plugin.js (the disk door) — see the hermes-desktop-plugins skill.