sales fix

This commit is contained in:
arys
2026-05-09 09:16:06 +05:00
parent d617b6908c
commit f53af1f7dc
35 changed files with 7495 additions and 6 deletions
@@ -0,0 +1,12 @@
# Real-Time Voice Service Compatibility
This project uses `services/ai_voice_runtime_service` as the canonical
real-time voice runtime implementation.
To match integration naming used in external projects like
`realtime_voice_assistance`, a compatibility entrypoint is also available:
- `services.real_time_voice.app:app`
Both entrypoints reference the same FastAPI application object and behavior.