Skip to content

Updating Python Twilio Example #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

nskha101
Copy link

Hi there!

Big fan of Restack, recently tried to get your agent-twilio example working but had to make some updates first, thought I'd make a PR with my changes.

Copy link

restack-app bot commented May 29, 2025

No applications have been configured for previews targeting branch: main. To do so go to restack console and configure your applications for previews.

@@ -5,7 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"livekit-agents>=0.12.15",
"livekit-agents==0.12.20",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Livekit released 1.0, so the latest version of V0 is specified instead to prevent breaking changes

),
),
),
tts=elevenlabs.TTS(),
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This caused an error for me - swapped to generic TTS integration

@martinibach martinibach requested a review from aboutphilippe May 29, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants