mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-07 00:58:51 -05:00
[PR #488] [CLOSED] Add Telnyx Phone AI Agent tutorial #783
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/488
Author: @a692570
Created: 2/12/2026
Status: ❌ Closed
Base:
main← Head:feat/telnyx-phone-ai-agent📝 Commits (1)
c307e23Add 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
Files
telnyx_phone_agent.py- Complete FastAPI server with webhook handlersrequirements.txt- Python dependencies.env.example- Environment variable templateREADME.md- Setup guide with architecture diagramLocation
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.