feat: add Telnyx/ClawdTalk voice channel integration#39
Open
a692570 wants to merge 1 commit intoTinyAGI:mainfrom
Open
feat: add Telnyx/ClawdTalk voice channel integration#39a692570 wants to merge 1 commit intoTinyAGI:mainfrom
a692570 wants to merge 1 commit intoTinyAGI:mainfrom
Conversation
- Add telnyx-voice-client.ts for voice calling capabilities - Support inbound calls with auto-answer and greeting - Support outbound calls via CLI and agent responses - DTMF gathering for keypad input during calls - Text-to-speech for agent responses to callers - Webhook server for Telnyx call events - Update channel registry in common.sh and setup-wizard.sh - Add voice configuration to types.ts - Create docs/VOICE.md with setup instructions - Update README.md with voice channel information - Add .env.example with Telnyx configuration variables ClawdTalk integration enables AI agents to make and receive phone calls through Telnyx programmable voice API.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a voice channel integration to TinyClaw, enabling AI agents to make and receive phone calls through Telnyx programmable voice API, powered by ClawdTalk for voice AI capabilities.
Features Added
Changes
New Files
src/channels/telnyx-voice-client.ts- Voice channel client implementationdocs/VOICE.md- Comprehensive setup and usage documentation.env.example- Environment variable template with Telnyx configurationModified Files
lib/common.sh- Added voice channel to channel registrylib/setup-wizard.sh- Added voice channel setup promptssrc/lib/types.ts- Added voice configuration interfacepackage.json- Added telnyx SDK dependency and voice scriptREADME.md- Updated features, architecture, and documentation linksSetup Requirements
Usage
CLI Outbound Call
node dist/channels/telnyx-voice-client.js call +15551234567 "Hello, this is a test call"Inbound Call Flow
Testing
The voice channel follows the same patterns as existing channels (Discord, Telegram, WhatsApp):
@agent_idResources