kalliope-project/kalliope ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple personal assistant framework that runs on Linux, including Raspberry Pi, and lets me define the assistant’s behavior in a readable config file.
I want to be able to connect different kinds of triggers, like spoken commands, scheduled events, MQTT messages, or GPIO events, to actions the assistant can take. The idea should be that I can combine existing modules without writing much code, but also add my own custom modules if I need something special. It should support speaking back to the user, work with speech recognition, and be easy to set up with a microphone.
Please include a small hello world example where saying something like say hello makes the assistant respond with Hello world. Make it feel like a real open source project with clear docs and an easy way to start using it right away. If you need to check current docs or dependencies, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit