Running Your Assistant¶
Getting commands defined is half the story, this section covers actually starting an assistant and wiring up its IO:
- How to Run:
run(), custom overrides, and your own assembly function. - Voice Assistant & Modes: the built-in voice IO layer and its active/waiting/inactive/sleeping/explicit/external modes.
- Default Speech Interfaces: the ready-made STT/TTS implementations and how to wire them up.
- Custom IO & Context Delegate: building an IO layer that isn't voice at all.
- Where to Host: running on a Pi, a server, or your own machine.