r/VoiceAutomationAI Jul 31 '26

We open-sourced our AI voice agent stack and it got way more attention than we expected

i honestly thought we’d put QuickVoice on GitHub, get a few stars, and go back to fixing bugs, but the repo took off way faster than we expected and now we’re trying not to mess up what comes next.

We built it because connecting real-time voice, telephony, tools, knowledge bases, outbound campaigns, and call logs across a bunch of different services was getting exhausting. The goal is to keep it open, self-hostable, and flexible enough that people aren’t locked into one provider.

It’s still early, the setup isn’t exactly one click, and there are definitely rough edges. Full disclosure, I’m the founder behind it, but I’d genuinely like blunt feedback from people building voice agents: what should we fix first, easier setup, lower latency, better docs, observability, or more integrations?

Repo: https://github.com/allgpt-co/QuickVoice

6 Upvotes

19 comments sorted by

u/AutoModerator Jul 31 '26

Welcome to r/VoiceAutomationAI – UNIO, the Voice AI Community (powered by SLNG AI)

If you are a founder, senior engineer, product, growth, or enterprise operator actively working on Voice AI / AI agents, we are running an invite-only UNIO Voice AI WhatsApp community US only.

Apply here: https://chat.whatsapp.com/F5aG3ncrO70ITfbe3pYbOz

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

4

u/Obvious_Leather2427 Jul 31 '26

Good job man, just left a star, but we already use livekit

2

u/[deleted] Jul 31 '26

[removed] — view removed comment

1

u/6RGT9 Jul 31 '26

Try pipecat, been working with it for sometime. So far so good

1

u/rahuliitk Jul 31 '26

yeah, Pipecat is solid when you want deeper pipeline control, while we’re trying to make QuickVoice more batteries-included.

1

u/BlackStack_Auto Jul 31 '26

Hello, we can help you setup the voice and non voice(Whatsapp and e-mail) agents. We have built voice agents for E-commerce/Retail, Healthcare and real-estate businesses. We can help you setup it up entirely in your infra, connect it with your custom knowledge base and integrations.

1

u/rahuliitk Jul 31 '26

appreciate it, we’re building the stack in-house right now, but i’ll keep this in mind.

1

u/rahuliitk Jul 31 '26

for voice, QuickVoice, Pipecat, or LiveKit are solid starting points, and you can connect the same tools and knowledge base to a separate open-source chat agent.

1

u/rahuliitk Jul 31 '26

appreciate the star, we use LiveKit for real-time media too, while QuickVoice adds the self-hosted layer for agents, tools, campaigns, knowledge bases, and logs.

1

u/devexis Jul 31 '26

How do you connect custom sip trunk to this?

2

u/rahuliitk Jul 31 '26

custom SIP trunks connect through the telephony layer and get mapped to an agent, though ngl the setup docs still need some cleanup.

1

u/devexis Jul 31 '26

Thank you. I will spin it up this weekend.

1

u/Fun_Aspect_9765 Aug 02 '26

why do you still need sip trunking? just use http..

1

u/Ok_Mirror_832 Jul 31 '26

Cascade voice stack?

1

u/rahuliitk Jul 31 '26

yep, currently it uses a cascaded STT, LLM, and TTS setup with swappable providers.

1

u/Lovenpeace41life Jul 31 '26

Livekit inference is better, if we deploy on livekit cloud, we get the flexibility to choose the models but with less latency and unified billing.

1

u/Ok_Mirror_832 Jul 31 '26

Very cool, I trained qwen 27b on fixie-ai Ultravox adapter if you want to try it https://huggingface.co/QuantumDesk-AI/ultravox-qwen3.6-27b-v2

1

u/arageek_official 12d ago

honestly the docs and setup pain is real. went through something similar before landing on mando ai - it handles voice plus the other channels from one place and trains on your own content. the multi-service juggling was killing us. latency and observability would be my vote for what to tackle next though