voice-chat-assistant-ai-agent/ ├── app.py # Main Flask backend: STT, LLM, TTS, and routing ├── templates/ │ └── index.html # Frontend UI (HTML, CSS, JS) for the voice chat interface ├── static/ │ └── ...