Aria: Real-Time Voice AI Sales Agent
Link to open source: https://github.com/aryan-techie/aria
Link to Live Project: https://aria.aroice.in
Aria
๐ฅ Project walkthrough: http://tiny.cc/arvoice
Aria answers the phone and runs a complete B2B sales call out loud, in real time.
She quotes real prices from a knowledge base, handles objections mid-sentence, negotiates an authorised discount, books a meeting, sends the invite, and pulls in a human only when she genuinely needs one.
The part worth watching
Open the console and a CRM lead page side by side.
Say:
โActually, make that fifty devices.โ
The record updates itself โ no refresh.
That's not a mock. EspoCRM is the real system of record, including its audit trail of the agent working on the lead.
Under the hood
Agora's Conversational AI Engine handles the hard real-time audio โ speech recognition, barge-in, and speech synthesis โ and calls our FastAPI backend once per turn.
The salesperson lives in that backend:
-
๐ง 10-tool reasoning loop
-
๐ Grounded retrieval over product docs
-
๐ฐ 3-layer negotiation stack
-
๐ค A separate deal-desk agent proposes discounts
-
๐ Deterministic code decides what's actually allowed
She never talks past the walk-away floor, because that limit lives in code โ not a prompt.
๐ฎ๐ณ Built for real conversations
She speaks English, Hindi, and Hinglish โ the kind of Hinglish you actually hear in an Indian office.
When the caller changes language, her voice changes with them.
And in load tests:
512 concurrent conversations ยท 0 dropped turns
This build was uploaded as a hackathon project





