chore: cleanup test scripts, secure deployment script, and implement Voice/TTS frontend refinements
- Removed all temporary root Python test scripts
- Secured remote_deploy.sh credentials using environment variables
- Added data/audio payloads directory to .gitignore
- Added automatic DB migration script (migrate.py) via uvicorn lifespan
- Applied major refactors to UI Voice Chat, Session handling, and unified React API configs
- Updated models and dependencies natively syncing with Nginx proxy features
1 parent 09eeb9a commit 27594215927bee044de949b8bc53e09f315940b4
@Antigravity AI Antigravity AI authored 19 hours ago
Showing 24 changed files
View
.gitignore
View
ai-hub/app/api/routes/sessions.py
View
ai-hub/app/api/routes/tts.py
View
ai-hub/app/api/routes/user.py
View
ai-hub/app/api/schemas.py
View
ai-hub/app/app.py
View
ai-hub/app/config.py
View
ai-hub/app/core/providers/tts/gcloud_tts.py
View
ai-hub/app/core/providers/tts/gemini.py
View
ai-hub/app/core/services/rag.py
View
ai-hub/app/core/services/tts.py
View
ai-hub/app/db/migrate.py 0 → 100644
View
ai-hub/app/db/models.py
View
ai-hub/requirements.txt
View
remote_deploy.sh
View
ui/client-app/src/components/ChatArea.js
View
ui/client-app/src/components/ChatWindow.js
View
ui/client-app/src/components/SessionSidebar.js
View
ui/client-app/src/hooks/useVoiceChat.js
View
ui/client-app/src/pages/CodingAssistantPage.js
View
ui/client-app/src/pages/SettingsPage.js
View
ui/client-app/src/pages/VoiceChatPage.js
View
ui/client-app/src/services/apiService.js
View
ui/client-app/src/services/audioUtils.js