Twilio
ChannelPut your agent on a phone number: SMS and speech-transcribed calls.
Install
Add this channel from eve's registry. This writes agent/channels/twilio.ts:
Quick start
Create agent/channels/twilio.ts. allowFrom is required and gates who can reach the inbound hooks:
Configure
In the Twilio console, point your number's Messaging webhook at /eve/v1/twilio/messages and its Voice webhook at /eve/v1/twilio/voice. Inbound calls are answered with speech gathering, and the transcript feeds the same session SMS uses. See the Twilio channel docs for dispatch, streaming, and voice specifics.