// ─────────────────────────────────────────────────────
// SYRA AI Assistant v0.4.5 · Python 3.x
// Smart Your Response Assistant — Initializing...
// ─────────────────────────────────────────────────────
$ python syra.py --mode=voice --wake="hey syra"
✓ SpeechRecognition engine google.cloud.speech loaded
✓ pyttsx3 TTS engine en-US voice ready
✓ PyAudio mic stream 16kHz · mono open
✓ OpenAI API gpt-4o connected
⚡ Wake-word detector building... in-progress
// ── Awaiting wake-word "Hey SYRA" ──────────────────
🎤 WAKE_WORD_DETECTED → "Hey SYRA" [confidence: 0.99]
// ── Conversation session started ────────────────────
USER › "What's the time right now?"
[STT] Recognized "What's the time right now?" conf:0.97
[NLP] Intent: query_time · Entity: current_time · Local logic
SYRA › "The current time is 3:42 PM."
[TTS] Response spoken via pyttsx3 [en-US]
USER › "Hey SYRA, explain machine learning simply."
[STT] Recognized → routing to OpenAI GPT model...
[API] GPT response received [tokens: 142 · latency: 312ms]
SYRA › "Machine learning is when computers learn patterns from data, not explicit instructions..."
[TTS] Response spoken
// ── Session active — listening ──────────────────────
$