realtime-voice-agents 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # realtime-voice-agents
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/realtime-voice-agents)](https://www.npmjs.com/package/realtime-voice-agents)
4
- [![CI](https://github.com/yakovsinwani/twilio-realtime-agents/actions/workflows/ci.yml/badge.svg)](https://github.com/yakovsinwani/twilio-realtime-agents/actions/workflows/ci.yml)
4
+ [![CI](https://github.com/yakovsinwani/realtime-voice-agents/actions/workflows/ci.yml/badge.svg)](https://github.com/yakovsinwani/realtime-voice-agents/actions/workflows/ci.yml)
5
5
  [![node](https://img.shields.io/node/v/realtime-voice-agents)](https://www.npmjs.com/package/realtime-voice-agents)
6
6
  [![license](https://img.shields.io/npm/l/realtime-voice-agents)](LICENSE)
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realtime-voice-agents",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Provider-agnostic bridge between Twilio Media Streams and realtime speech-to-speech AI APIs (OpenAI Realtime, xAI Grok Voice, Gemini Live). Multi-agent handoffs, Zod tools with execution strategies, mark-based playback tracking, interruption guards, and hold audio — for Node.js voice agents over the phone.",
5
5
  "keywords": [
6
6
  "twilio",
@@ -151,10 +151,10 @@
151
151
  },
152
152
  "repository": {
153
153
  "type": "git",
154
- "url": "git+https://github.com/yakovsinwani/twilio-realtime-agents.git"
154
+ "url": "git+https://github.com/yakovsinwani/realtime-voice-agents.git"
155
155
  },
156
156
  "bugs": {
157
- "url": "https://github.com/yakovsinwani/twilio-realtime-agents/issues"
157
+ "url": "https://github.com/yakovsinwani/realtime-voice-agents/issues"
158
158
  },
159
159
  "publishConfig": {
160
160
  "access": "public",