https://github.com/outsourc-e/hermesworld
HermesWorld dashboard plugin for Hermes Agent
https://github.com/outsourc-e/hermesworld
Last synced: about 1 month ago
JSON representation
HermesWorld dashboard plugin for Hermes Agent
- Host: GitHub
- URL: https://github.com/outsourc-e/hermesworld
- Owner: outsourc-e
- Created: 2026-05-04T20:35:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-05T01:15:30.000Z (2 months ago)
- Last Synced: 2026-05-05T03:23:14.534Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HermesWorld — Hermes Dashboard Plugin
Embed [HermesWorld](https://hermes-world.ai) directly as a tab in your Hermes Agent dashboard.
## Install
**Dashboard UI:**
1. Open your Hermes dashboard → **Plugins** page
2. Paste: `outsourc-e/hermesworld`
3. Click **Install** → enable
**CLI:**
```bash
hermes plugins install outsourc-e/hermesworld --enable
hermes gateway restart
```
## Requirements
- [Hermes Agent](https://github.com/NousResearch/hermes-agent) with dashboard (`hermes dashboard`)
- Internet access to [hermes-world.ai](https://hermes-world.ai)
## What it does
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.
## Structure
```
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
```
## License
MIT