Add hermes-agent kit#51
Conversation
bf8ab44 to
5a37060
Compare
|
/review |
|
HI @MonojitBanerjee thanks for the PR! Can you update it removing the TCK tests? We simplified the testing story so kits do not need to include the TCK, as the automation in place will do that instead. On other topic, I'm really interested in your use case for Hermes, sbx and kits, could you share a bit if possible? 🙏 |
Signed-off-by: Monojit Banerjee <13547968+MonojitBanerjee@users.noreply.github.com>
Signed-off-by: Monojit Banerjee <13547968+MonojitBanerjee@users.noreply.github.com>
Signed-off-by: Monojit Banerjee <13547968+MonojitBanerjee@users.noreply.github.com>
Signed-off-by: Monojit Banerjee <13547968+MonojitBanerjee@users.noreply.github.com>
ac5eaeb to
812c99e
Compare
|
Thanks @mdelapenya . I have updated the PR as per your request. |
Signed-off-by: Monojit Banerjee <13547968+MonojitBanerjee@users.noreply.github.com>
|
Thanks @mdelapenya for your review. I have added an inline comment about why duckduckgo.com is needed(install.sh connectivity probe alongside pypi.org comes from official hermes install script) For 140.82.113.4 - its not needed explicitly. ● That's GitHub's infrastructure (lb-140-82-113-4-iad.github.com — a GitHub load balancer in the IAD/Virginia region). It's not hermes itself making that call — it's the install script during sandbox creation:
That curl resolves raw.githubusercontent.com → GitHub's IPs, then the installer clones the repo from github.com and downloads the uv binary from GitHub releases — all of which resolve to 140.82.113.x addresses. Can you confirm why Sandbox network policy is not allowing it? Should I add *.github.com too? I already added github.com Also from my local- I see this (and not that IP).
|


Summary
cron scheduler and multi-platform gateway.
at ~/hermes-install.log.
Spec choices worth flagging
exports whichever key they have; sbx reads it via credentials.sources and the proxy injects it on outbound calls to the matching serviceDomain. Only the relevant key needs
to be present.
creation non-blocking, matching the pattern used by nanoclaw and openclaw.
Test plan
Origin
Hermes Agent is an open-source project by Nous Research, MIT-licensed, hosted at https://github.com/NousResearch/hermes-agent.