Embed HermesWorld directly as a tab in your Hermes Agent dashboard.
Dashboard UI:
- Open your Hermes dashboard → Plugins page
- Paste:
outsourc-e/hermesworld - Click Install → enable
CLI:
hermes plugins install outsourc-e/hermesworld --enable
hermes gateway restart- Hermes Agent with dashboard (
hermes dashboard) - Internet access to hermes-world.ai
Adds a HermesWorld tab to the dashboard sidebar that embeds the hosted HermesWorld runtime (https://hermes-world.ai/play/?embed=dashboard). You can override the base URL in the tiny settings panel if you run a private HermesWorld host.
hermesworld/
├── plugin.yaml # Agent plugin manifest
├── __init__.py # No-op register (dashboard-only)
├── dashboard/
│ ├── manifest.json # Dashboard tab metadata
│ └── dist/
│ └── index.js # Plugin UI bundle
└── README.md
MIT