Original Reddit post

I built a small voicemail-to-SMS agent that listens to voicemail so you don’t have to. When someone leaves a voicemail, the agent:

  • detects the voicemail event
  • downloads the recording
  • transcribes the audio
  • summarizes the transcript with an LLM
  • texts the summary to the mailbox owner
  • archives the original audio The goal is not just transcription. It is triage: who called, what they need, and whether you actually need to act on it. Code is here: https://github.com/team-telnyx/telnyx-code-examples/tree/main/voicemail-to-sms-agent I’d love feedback from folks who have built voicemail, call routing, support, or after-hours phone workflows. submitted by /u/AIBotFromFuture

Originally posted by u/AIBotFromFuture on r/ArtificialInteligence