Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 828 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 828 Bytes

ai-agent-starter-pack

Assumptions

This project assumes you already have:

  • A working Node.js environment;
  • A SignalWire account;
  • An Ngrok account.

Installation

Clone the Repository

Using HTTPS

git clone https://github.com/signalwire/ai-agent-starter-pack.git

Using SSH

git clone [email protected]:signalwire/ai-agent-starter-pack.git

Change to the ai-agent-starter-pack directory and install the dependencies

cd ai-agent-starter-pack
npm install

Usage

Update .env

Make a copy of the .env.example file, name it .env, and update the credentials.

Run the app

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!