Skip to content
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

feat: #1631 - add plugin-twilio #2273

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

mot1se
Copy link

@mot1se mot1se commented Jan 14, 2025

Relates to

Issue #1631

Risks

Low risk, adds a new plugin.

Background

Implements texting and calling support using Twilio as specified in issue #1631.

What does this PR do?

Adds a new plugin, plugin-twilio. It facilitates text and phone call interaction with the agent. It uses Elevenlabs for text-to-speech.

What kind of change is this?

Features (non-breaking change which adds functionality).

Issue #1631 requests a plugin be made to utilized Twilio for text and phone call interactions.

Documentation changes needed?

I have updated the documentation accordingly.

Testing

Check out the demo: https://streamable.com/0lhmjn

Where should a reviewer start?

Start with reading index.ts in the plugin-twilio folder.

Detailed testing steps

I used the plugin many times to make sure it functioned correctly.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hi @mot1se! Welcome to the elizaOS community. Thanks for submitting your first pull request; your efforts are helping us accelerate towards AGI. We'll review it shortly. You are now an elizaOS contributor!

@mot1se
Copy link
Author

mot1se commented Jan 14, 2025

May not be clear in the video but I texted the agent "Who is Andrej Karpathy?" for the demonstration.

@mot1se
Copy link
Author

mot1se commented Jan 15, 2025

@Freytes

@mot1se
Copy link
Author

mot1se commented Jan 15, 2025

This PR also fixes a runtime bug where services can be initialized twice, which is problematic and can cause errors.

packages/core/src/runtime.ts Outdated Show resolved Hide resolved
packages/core/src/runtime.ts Outdated Show resolved Hide resolved
@mot1se mot1se requested a review from 0xSero January 16, 2025 04:44
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