Skip to content

deepgram/voice-agent-nodejs-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voice-agent-nodejs-client

This is a NodeJS client for interacting with Deepgram's Voice Agent API.

Instructions

  1. Set environment variables with your Deepgram API key and Voice Agent URL:

    export DEEPGRAM_API_KEY=<your-key-here>
    export VOICE_AGENT_URL=<your-url-here>
    
  2. Install dependencies:

    npm install
    
  3. Run the app:

    node app.js
    
  4. Start talking into your mic!

Audio Issues?

Make sure your system meets the requirements for the microphone and playback libraries used by the client.

About

A NodeJS client for the Voice Agent API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published