π Hermes Agent integration verified β 254 agents, lazy-router plugin #706
Replies: 1 comment
|
Thank you for such a thorough verification report, @pandaliu00 β the step-by-step (convert β install β plugin load β data-integrity) is exactly the kind of testing we love to see, and the lazy-router pattern read is spot on. π Two things worth flagging back to you: Your bug find is real and already has a fix in flight. That Your report predates a couple of significant Hermes upgrades (you tested on the 254-agent snapshot; we're at 263 now), so a re-test would show a meaningfully better integration:
If you're up for re-running |
Uh oh!
There was an error while loading. Please reload this page.
Hermes Agent Integration Report
Just verified that The Agency works perfectly with Hermes Agent β an open-source AI agent runtime by Nous Research.
What we tested
scripts/convert.sh --tool hermesβ generated the Hermes lazy-router plugin with 254 agents across 17 divisionsscripts/install.sh --tool hermesβ installed the plugin to~/.hermes/plugins/agency-agents-router/agency_agents_search,agency_agents_inspect,agency_agents_load,agency_agents_delegateKey design highlight
The Hermes integration uses a lazy-router pattern β a single plugin with 4 tools, with the full 254-agent roster stored on disk in
data/agents.jsonand loaded on demand. This avoids polluting Hermes' startup skill catalog while keeping the full roster searchable.Hook for improvements
During testing, I noticed a minor YAML formatting issue in the install script's config patching when
plugins.enabledhad mixed indentation. The convert/build side (build-hermes-plugin.py) is solid β no issues there.Thanks for building such a great cross-platform agent format standard! π
All reactions