How to install for Hermes agent? #617
|
First of all thank you for the hardwork. I have Hermes Agent running can I use the openclaw install or one for Hermes agent is under development. Thanks |
Answered by
msitarzewski
Jun 29, 2026
Replies: 2 comments
|
Hermes installs via the CLI — it's a lazy router plugin (not a per-agent file drop), so the desktop app recognizes it but doesn't install it for you: ./scripts/convert.sh --tool hermes # builds the agency-agents-router plugin
./scripts/install.sh --tool hermes # installs to ~/.hermes/plugins/ (honors $HERMES_HOME)This installs a single |
0 replies
Answer selected by
msitarzewski
|
Thank you sir you are a star.
…On Sun, Jun 28, 2026 at 5:17 PM Michael Sitarzewski < ***@***.***> wrote:
Hermes installs via the CLI — it's a lazy *router plugin* (not a
per-agent file drop), so the desktop app recognizes it but doesn't install
it for you:
./scripts/convert.sh --tool hermes # builds the agency-agents-router plugin
./scripts/install.sh --tool hermes # installs to ~/.hermes/plugins/ (honors $HERMES_HOME)
This installs a single agency-agents-router plugin exposing four tools —
agency_agents_search, agency_agents_inspect, agency_agents_load, and
agency_agents_delegate — so agents are loaded *on demand* through the
router rather than front-loading all 232 into your prompt. You'll need the
Hermes CLI installed first.
—
Reply to this email directly, view it on GitHub
<#617?email_source=notifications&email_token=AGC4H2TJT7N7W4ZLY6G5LMD5CGYQFA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZUGY2DSMRQUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVRTG633UMVZF6Y3MNFRWW#discussioncomment-17464920>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGC4H2WW43QAK5ZO6VSZXC35CGYQFAVCNFSNUABJKJSXA33TNF2G64TZHMYTANZVGM3TENJUGU5UI2LTMN2XG43JN5XDWMJQGMZTENRWG6QXMAQ>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AGC4H2UDKSEVYNVTNZMIZNT5CGYQFA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZUGY2DSMRQUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVJTG633UMVZF62LPOM>
and Android
<https://github.com/notifications/mobile/android/AGC4H2UVJKSAPZKACN525TD5CGYQFA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZUGY2DSMRQUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hermes installs via the CLI — it's a lazy router plugin (not a per-agent file drop), so the desktop app recognizes it but doesn't install it for you:
This installs a single
agency-agents-routerplugin exposing four tools —agency_agents_search,agency_agents_inspect,agency_agents_load, andagency_agents_delegate— so agents are loaded on demand through the router rather than front-loading all 232 into your prompt. You'll need the Hermes CLI installed first.