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.git
git clone [email protected]:signalwire/ai-agent-starter-pack.git
cd ai-agent-starter-pack
npm install
Make a copy of the .env.example
file, name it .env
, and update the credentials.
npm run start
A 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!