This is the production "Master Chassis" for the JB³Ai Voice Ecosystem. It provides the low-latency telephony bridge and data sanitization logic for all specialized sub-nodes.
The Main Chassis handles the core infrastructure:
- Ingestion: Standardized Webhook Relay.
- Sanitization: Google Apps Script "Neural Guard" for E.164 normalization.
- Telephony: 320ms Neural Streaming Bridge (Azure/Google SA North).
- Archive: Authenticated POST relay to the Forensic Transcript Archive.
READY_FOR_EXECUTION: Lead is cleared for immediate dial.PENDING_DELAY: Scheduled for +120m callback.PENDING_EVENING: Queued for 18:00 SAST Briefing.ARCHIVED: Record locked in the Intelligence Vault.
All specialized repos (SIGNAL_DRIVE, MZANZI_CORE) must inherit from this core chassis to maintain 320ms latency standards.
Primary Repository for JB³Ai Production Deployment.
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
- Azure AI gateways: When deploying or extending AI/telephony, consider routing through Azure AI Gateway (or equivalent) for unified routing, rate limits, and observability alongside existing Azure Speech and Gemini usage.
