You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: