An open API service indexing awesome lists of open source software.

https://github.com/thorwebdev/twilio-whatsapp-voice-agent

An asynchronous voice agent for WhatsApp built with ElevenLabs, Twilio, and Hono, running on Cloudflare 🔥
https://github.com/thorwebdev/twilio-whatsapp-voice-agent

Last synced: 10 months ago
JSON representation

An asynchronous voice agent for WhatsApp built with ElevenLabs, Twilio, and Hono, running on Cloudflare 🔥

Awesome Lists containing this project

README

          

```txt
npm install
npm run dev
```

```txt
npm run deploy
```

[For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types):

```txt
npm run cf-typegen
```

Pass the `CloudflareBindings` as generics when instantiation `Hono`:

```ts
// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>();
```

## Twilio / Whatsapp Notes

- Voice note requires opus format / opus_48000_64 (clear speech small file size)