add HA and OC local apps#2116
Conversation
| "# Install OpenClaw by running:", | ||
| "# npm install -g openclaw@latest", |
| "# Install Hermes by running:", | ||
| "# curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash", |
There was a problem hiding this comment.
Same, I'd make this a setup phase.
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 134a12f. Configure here.
|
@pcuenca moved to setup |
|
Superseded by the dedicated PRs for each app:
Closing this combined PR in favor of those. Thanks @merveenoyan! |


adding logos to moon shortly
Note
Low Risk
Mostly additive snippet/predicate logic and test coverage for new local-app entries; low risk beyond potential UX gating/snippet formatting regressions.
Overview
Adds two new local app integrations, OpenClaw and Hermes (keyed as
openclawandhermes-agent), including copy/paste setup snippets for running them against a local OpenAI-compatible server.Refactors the existing Pi integration by extracting a shared
getLocalServerStep(MLX vsllama.cpp) and centralizing the “tool-calling local agent” eligibility check intoisToolCallingLocalAgentModel, which is now shared by Pi/OpenClaw/Hermes. Expands tests to cover the new apps (GGUF + MLX cases) and asserts all three apps share the samedisplayOnModelPagepredicate.Reviewed by Cursor Bugbot for commit 66539fd. Bugbot is set up for automated code reviews on this repo. Configure here.