Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Termux integration for custom voice commands #272

Open
icejix opened this issue Jan 11, 2025 · 1 comment
Open

Termux integration for custom voice commands #272

icejix opened this issue Jan 11, 2025 · 1 comment

Comments

@icejix
Copy link

icejix commented Jan 11, 2025

Currently, there is no way to create custom voice commands (as far as I know). I propose a very simple change, to add support for passing unknown prompts to a Termux script, in order to provide custom actions support in a way that is extremely configurable. This way, the user could handle inputs however they'd like.

I'm not familiar with anything Android, but I feel like it would be easy to add this feature somehow. Personally I'd like to do all of the voice input handling myself with a script, and disable every skill. This would allow me (and others) to control smart home appliances, interact with SSH, or even Ollama, with this assistant application, which is currently, I believe, the only assistant app on F-Droid.

@icejix
Copy link
Author

icejix commented Jan 12, 2025

Oh, also, an alternative to this could be to create an entirely custom "plugins" system -- I just think that passing all unknown outputs to an external program would be the quickest to implement, and would be the most versatile. For example, a locally-hosted ollama (AI) server could handle prompts, as well as find intents in the user's speech (e.g "Turn the lights off" invokes a system command by AI prompt recognition)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant