Open
Conversation
added 3 commits
February 19, 2026 17:58
Voice-controlled automation bridge that connects OpenHome speakers to n8n workflows. Supports fire-and-forget and round-trip webhooks, LLM-based intent classification, and conversation flow management. Demo: https://www.loom.com/share/4fa81c0a55f24b6ba2f6cf2f5cfa8d9c
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
✅ Ability Validation Passed |
Contributor
🔍 Lint Results🔧 Auto-formattedSome files were automatically cleaned and formatted with
✅
|
Contributor
|
Kindly look at the validate_ability.py file in root directory of this repo again there are few changes so build your ability according to that. |
Updated to match new validate_ability.py requirements:
- Use #{{register capability}} tag instead of manual method
- Removed raw open() call (now blocked by validator)
- Removed unused os import
Author
|
Fixed- Replaced register_capability() with the #{{register capability}} tag and removed the raw open() call per the updated validator. Ready for review. |
Contributor
|
under review The team get back here and give feedback. |
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.
Summary
Demo
https://www.loom.com/share/4fa81c0a55f24b6ba2f6cf2f5cfa8d9c
Test plan