You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/realtime-twilio/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ The script in `index.ts` starts a Fastify server that serves TwiML for incoming
5
5
endpoint for streaming audio. When a call connects, the audio stream is forwarded through a
6
6
`TwilioRealtimeTransportLayer` to a `RealtimeSession` so the `RealtimeAgent` can respond in real time.
7
7
8
+
The demo agent mirrors the [realtime-next](../realtime-next) example. It includes the same MCP integrations
9
+
(`dnd` and `deepwiki`) as well as local sample tools for weather lookups and a secret number helper. Ask the
10
+
agent to "look that up in Deep Wiki" or "roll a Dungeons and Dragons character" to try the hosted MCP tools.
11
+
8
12
To try it out you must have a Twilio phone number.
9
13
Expose your localhost with a tunneling service such as ngrok and set the phone number's incoming call URL to `https://<your-tunnel-url>/incoming-call`.
0 commit comments