Dashboard-only read plugin for Hermes.
v1 scope:
- browser-login-first for existing Agent Analytics accounts
- project selection inside the Hermes dashboard
- read-only project summary, pages, events, and insights
- empty states that point users back to the Agent Analytics Hermes skill when setup is not done yet
Install from GitHub with the Hermes plugin installer:
hermes plugins install Agent-Analytics/agent-analytics-hermes-plugin --enable
hermes dashboardUpdate an existing install:
hermes plugins update agent-analytics
hermes dashboardClean reinstall:
rm -rf ~/.hermes/plugins/agent-analytics-hermes-plugin # legacy install path, safe to remove
hermes plugins install Agent-Analytics/agent-analytics-hermes-plugin --force --enable
hermes dashboardThe plugin appears as a Signals item in the Hermes web dashboard's left sidebar, using a monochrome Agent Analytics logo as its menu icon.
This plugin includes telemetry. Usage of this plugin is reported to Agent Analytics so we can understand how the product is used and improve the experience.
npm install
npm test
npm run build