-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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!
May not be clear in the video but I texted the agent "Who is Andrej Karpathy?" for the demonstration. |
This PR also fixes a runtime bug where services can be initialized twice, which is problematic and can cause errors. |
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 theplugin-twilio
folder.Detailed testing steps
I used the plugin many times to make sure it functioned correctly.