Feature request / 功能建议
Add support for voice input via the host computer's microphone. Instead of typing python main.py "task", allow a mode where the user can speak the command, and the script uses a Speech-to-Text (STT) model (like Whisper) to convert it to the prompt.
Motivation / 动机
This aligns with the goal of a true "AI Assistant". It allows for hands-free operation and makes the interaction more natural, similar to the movie "Her" or "Jarvis".
Your contribution / 您的贡献
I can suggest using OpenAI/Gemini/Sesame Whisper (local or API) for the transcription layer
Feature request / 功能建议
Add support for voice input via the host computer's microphone. Instead of typing
python main.py "task", allow a mode where the user can speak the command, and the script uses a Speech-to-Text (STT) model (like Whisper) to convert it to the prompt.Motivation / 动机
This aligns with the goal of a true "AI Assistant". It allows for hands-free operation and makes the interaction more natural, similar to the movie "Her" or "Jarvis".
Your contribution / 您的贡献
I can suggest using
OpenAI/Gemini/Sesame Whisper(local or API) for the transcription layer