[Add] Hermes Quick Deploy app Doc#7487
Conversation
✅ Deploy Preview for nostalgic-ptolemy-b01ab8 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@hmorris3293 I made corrections to the guide but in this PR to your fork hmorris3293#1 as I don't think I can push directly to this PR. |
| marketplace_app_name: "Hermes" | ||
| --- | ||
|
|
||
| [Hermes Agent](https://hermes-agent.nousresearch.com) is an open-source AI agent platform designed for autonomous task execution through a persistent Relay service. The Relay connects communication channels, tools, and AI models, allowing the agent to receive instructions, perform actions, and automate multi-step workflows. Administrators configure and manage the system through a CLI setup wizard and a local web dashboard. Our Quick Deploy App allows you to connect to the Hermes Agent dashboard via a secure HTTPS endpoint protected by HTPASSWD. |
There was a problem hiding this comment.
Why do we here refer to the "persistent Relay service"? I was looking at the file here https://github.com/hmorris3293/marketplace-apps/tree/final/hermes/apps/linode-marketplace-hermes and it talks about "persistent gateway service"?
We don't mention later in the guide about any relay, but users are to check the "gateway status" (not a relay status). I'm wondering whether we should be more consistent with naming here?
|
|
||
| ## Hermes Agent Options | ||
|
|
||
| - **Email address** *(optional)*: Enter the email address you want to use for SOA email DNS record. |
There was a problem hiding this comment.
When I generated the preview for this guide locally, it looks like information about add-ons is missing based on the comment I can see in this script and the script itself https://github.com/akamai-compute-marketplace/marketplace-apps/pull/415/changes#diff-1cff36fe992ddccb91b0ff2c399efb1ba11b28614380e39960823749a228a69bR39
Is it something that should be added to the guide too?
[Add] Hermes Quick Deploy app