u/LowZebra1628

▲ 0 r/golang

Go SDK for ElevenLabs Conversational AI

ElevenLabs has no official Go SDK for their Agents Platform, so I built one.

https://github.com/iyashjayesh/elevenlabs-go

What's in:
- Real-time WebSocket sessions with ConvAI agents
- Register Go functions as tools the agent can call mid-conversation
- Pluggable AudioInterface for custom audio I/O
- Callbacks for transcripts, responses, and latency
- Browser-based text + voice demos included

18 open issues if you want to contribute.

If this sounds useful, a ⭐ on GitHub goes a long way - it helps more Go devs find it

u/LowZebra1628 — 6 days ago
▲ 0 r/golang

https://github.com/iyashjayesh/goscaf

It helps bootstrap production-oriented Go services faster instead of repeatedly wiring the same project structure, configs, build setup, and internal package layout manually.

Would love feedback from Go/backend engineers here:

  • architecture decisions
  • project structure
  • DX issues
  • missing generators/templates
  • things that feel over-engineered

If you find it useful, a ⭐ on the repo would help visibility a lot.

u/LowZebra1628 — 7 days ago