8 / 9
An Android digital assistant app with custom actions
I built a digital assistant app for Android that registers itself as the system assistant, so long-pressing the power button pops it up and starts recording audio. You can add various actions to it, including adding calendar events and alarms, and anything it does not handle falls through to my own digital assistant, Stavrobot. It transcribes with the OpenAI or ElevenLabs API and uses OpenAI as a lightweight LLM to parse the actions, and if you happen to be offline it keeps retrying everything until it works.
Description
I've made a digital assistant app for Android. It can register as an assistant, so long-pressing the power button makes it pop up and record audio.
You can add various actions to it, and the fallback goes to my digital assistant, Stavrobot. If you're offline it keeps retrying everything until it works.
It uses the OpenAI or ElevenLabs API for transcription, and OpenAI as a lightweight LLM to parse the actions. You can tell it to add calendar events and alarms as well.
Gallery
3 images