This project assumes you already have:
- A working Node.js environment;
- A SignalWire account;
- An Ngrok account.
git clone https://github.com/signalwire/ai-agent-starter-pack.gitgit clone [email protected]:signalwire/ai-agent-starter-pack.gitcd ai-agent-starter-pack
npm installMake a copy of the .env.example file, name it .env, and update the credentials.
npm run startA browser window will open up, and from there you can call Nataly or Brian.
Modify src/agents.js and src/functions.js, restart the app, and keep iterating!