Add Hermes Agent Bridge community ability#286
Merged
Conversation
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
✅ Community PR Path Check — PassedAll changed files are inside the |
Contributor
✅ Ability Validation Passed |
Contributor
🔍 Lint Results✅
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this Ability do?
Adds
community/hermes-agent, a voice bridge that lets an OpenHome speaker delegate tasks to a local Hermes Agent install. It captures the user request, blocks obviously unsafe requests, confirms local-system-changing tasks, invokeshermes chat -qthroughexec_local_command(), then rewrites the result for short spoken output.Suggested Trigger Words
Type
External APIs
Hermes itself may use whichever model provider/tools the user configured locally.
Testing
python3 validate_ability.py community/hermes-agent/python3 -m py_compile community/hermes-agent/main.pyflake8 community/hermes-agent/main.py --max-line-length=120 --ignore=E501,W503community/hermes-agent/Live Editor testing was not performed from this environment because it requires an OpenHome dashboard/device session.
Checklist
community/hermes-agent/main.pyfollows SDK pattern (extendsMatchingCapability, hasregister_capability+call)README.mdincluded with description, suggested triggers, and setupresume_normal_flow()called on every exit path viafinallyprint()— usingeditor_logging_handlerredis,user_config)asyncio.sleep()orasyncio.create_task()— usingsession_tasks.create()onlyAnything else?
This intentionally follows the contributor guide by adding a community Ability only. It is comparable to the OpenClaw pass-through template but adds availability checks, confirmation gates, shell-safe quoting, response normalization, and voice-focused summarization.