[PR #488] [CLOSED] Add Telnyx Phone AI Agent tutorial #783

Closed
opened 2026-04-15 07:02:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/488
Author: @a692570
Created: 2/12/2026
Status: Closed

Base: mainHead: feat/telnyx-phone-ai-agent


📝 Commits (1)

  • c307e23 Add Telnyx Phone AI Agent tutorial

📊 Changes

4 files changed (+218 additions, -0 deletions)

View changed files

voice_ai_agents/telnyx_phone_agent/.env.example (+3 -0)
voice_ai_agents/telnyx_phone_agent/README.md (+74 -0)
voice_ai_agents/telnyx_phone_agent/requirements.txt (+5 -0)
voice_ai_agents/telnyx_phone_agent/telnyx_phone_agent.py (+136 -0)

📄 Description

Telnyx Phone AI Agent

A self-contained voice AI phone agent tutorial using Telnyx Call Control and OpenAI GPT-4o-mini.

What it does

  • Answers incoming phone calls on a Telnyx number
  • Captures caller speech using Telnyx's built-in gather functionality
  • Sends speech to GPT-4o-mini for intelligent responses
  • Speaks the AI response back to the caller in real time
  • Maintains per-call conversation history for multi-turn dialogue

Files

  • telnyx_phone_agent.py - Complete FastAPI server with webhook handlers
  • requirements.txt - Python dependencies
  • .env.example - Environment variable template
  • README.md - Setup guide with architecture diagram

Location

voice_ai_agents/telnyx_phone_agent/

Follows the existing tutorial structure and patterns used throughout the repo.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/488 **Author:** [@a692570](https://github.com/a692570) **Created:** 2/12/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/telnyx-phone-ai-agent` --- ### 📝 Commits (1) - [`c307e23`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/c307e2351d1b7db1c8a5ca4baf967961a610564e) Add Telnyx Phone AI Agent tutorial ### 📊 Changes **4 files changed** (+218 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `voice_ai_agents/telnyx_phone_agent/.env.example` (+3 -0) ➕ `voice_ai_agents/telnyx_phone_agent/README.md` (+74 -0) ➕ `voice_ai_agents/telnyx_phone_agent/requirements.txt` (+5 -0) ➕ `voice_ai_agents/telnyx_phone_agent/telnyx_phone_agent.py` (+136 -0) </details> ### 📄 Description ## Telnyx Phone AI Agent A self-contained voice AI phone agent tutorial using **Telnyx Call Control** and **OpenAI GPT-4o-mini**. ### What it does - Answers incoming phone calls on a Telnyx number - Captures caller speech using Telnyx's built-in gather functionality - Sends speech to GPT-4o-mini for intelligent responses - Speaks the AI response back to the caller in real time - Maintains per-call conversation history for multi-turn dialogue ### Files - `telnyx_phone_agent.py` - Complete FastAPI server with webhook handlers - `requirements.txt` - Python dependencies - `.env.example` - Environment variable template - `README.md` - Setup guide with architecture diagram ### Location `voice_ai_agents/telnyx_phone_agent/` Follows the existing tutorial structure and patterns used throughout the repo. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 07:02:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#783