add documentation entry

This commit is contained in:
asilvestre
2026-05-15 11:28:11 +02:00
parent a1c40df471
commit dd38fbc735

View File

@@ -55,20 +55,6 @@ Then, run the example with:
uv run getting-started/06-voice-agent.py -t twilio -x NGROK_HOST_NAME
```
### Vonage
It is also possible to run the example through a Vonage session. Just provide the values for the following variables in
the `.env` file:
* VONAGE_APPLICATION_ID
* VONAGE_SESSION_ID
* VONAGE_TOKEN
Then, run the example with:
```bash
uv run getting-started/06-voice-agent.py -t vonage
```
## Directory Structure
### [`getting-started/`](./getting-started/)