Skip to content

Commit 92699c9

Browse files
authored
Add connector participant kind to defaults (#973)
1 parent 19e558a commit 92699c9

File tree

21 files changed

+109
-94
lines changed

21 files changed

+109
-94
lines changed

.changeset/beige-emus-occur.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/agents": patch
3+
---
4+
5+
Add connector participant kind to defaults

agents/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"api:update": "api-extractor run --local --typescript-compiler-folder ../node_modules/typescript --verbose"
3636
},
3737
"devDependencies": {
38-
"@livekit/rtc-node": "^0.13.22",
38+
"@livekit/rtc-node": "catalog:",
3939
"@microsoft/api-extractor": "^7.35.0",
4040
"@types/fluent-ffmpeg": "^2.1.28",
4141
"@types/json-schema": "^7.0.15",
@@ -79,7 +79,7 @@
7979
"zod-to-json-schema": "^3.24.6"
8080
},
8181
"peerDependencies": {
82-
"@livekit/rtc-node": "^0.13.22",
82+
"@livekit/rtc-node": "catalog:",
8383
"zod": "^3.25.76 || ^4.1.8"
8484
}
8585
}

agents/src/voice/room_io/room_io.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const DEFAULT_TEXT_INPUT_CALLBACK: TextInputCallback = (sess: AgentSession, ev:
5151
};
5252

5353
const DEFAULT_PARTICIPANT_KINDS: ParticipantKind[] = [
54+
ParticipantKind.CONNECTOR,
5455
ParticipantKind.SIP,
5556
ParticipantKind.STANDARD,
5657
];

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@livekit/agents-plugin-silero": "workspace:*",
4040
"@livekit/agents-plugin-xai": "workspace:*",
4141
"@livekit/noise-cancellation-node": "^0.1.9",
42-
"@livekit/rtc-node": "^0.13.22",
42+
"@livekit/rtc-node": "catalog:",
4343
"@opentelemetry/api": "^1.9.0",
4444
"@opentelemetry/api-logs": "^0.54.0",
4545
"@opentelemetry/exporter-logs-otlp-http": "^0.54.0",

plugins/anam/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@livekit/agents": "workspace:*",
3838
"@livekit/agents-plugin-openai": "workspace:*",
3939
"@livekit/agents-plugins-test": "workspace:*",
40-
"@livekit/rtc-node": "^0.13.22",
40+
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"@types/ws": "^8.5.10",
4343
"tsup": "^8.3.5",
@@ -49,6 +49,6 @@
4949
},
5050
"peerDependencies": {
5151
"@livekit/agents": "workspace:*",
52-
"@livekit/rtc-node": "^0.13.22"
52+
"@livekit/rtc-node": "catalog:"
5353
}
5454
}

plugins/baseten/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@livekit/agents": "workspace:*",
5050
"@livekit/agents-plugin-silero": "workspace:*",
5151
"@livekit/agents-plugins-test": "workspace:*",
52-
"@livekit/rtc-node": "^0.13.22",
52+
"@livekit/rtc-node": "catalog:",
5353
"@microsoft/api-extractor": "^7.35.0",
5454
"@types/node": "^22.18.11",
5555
"@types/ws": "^8.5.8",
@@ -63,6 +63,6 @@
6363
},
6464
"peerDependencies": {
6565
"@livekit/agents": "workspace:*",
66-
"@livekit/rtc-node": "^0.13.22"
66+
"@livekit/rtc-node": "catalog:"
6767
}
6868
}

plugins/bey/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@livekit/agents": "workspace:*",
38-
"@livekit/rtc-node": "^0.13.22",
38+
"@livekit/rtc-node": "catalog:",
3939
"@microsoft/api-extractor": "^7.35.0",
4040
"pino": "^8.19.0",
4141
"tsup": "^8.3.5",
@@ -46,6 +46,6 @@
4646
},
4747
"peerDependencies": {
4848
"@livekit/agents": "workspace:*",
49-
"@livekit/rtc-node": "^0.13.22"
49+
"@livekit/rtc-node": "catalog:"
5050
}
5151
}

plugins/cartesia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@livekit/agents": "workspace:*",
3838
"@livekit/agents-plugin-openai": "workspace:*",
3939
"@livekit/agents-plugins-test": "workspace:*",
40-
"@livekit/rtc-node": "^0.13.22",
40+
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"@types/ws": "^8.5.10",
4343
"tsup": "^8.3.5",
@@ -48,6 +48,6 @@
4848
},
4949
"peerDependencies": {
5050
"@livekit/agents": "workspace:*",
51-
"@livekit/rtc-node": "^0.13.22"
51+
"@livekit/rtc-node": "catalog:"
5252
}
5353
}

plugins/deepgram/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@livekit/agents": "workspace:*",
3838
"@livekit/agents-plugin-silero": "workspace:*",
3939
"@livekit/agents-plugins-test": "workspace:*",
40-
"@livekit/rtc-node": "^0.13.22",
40+
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"@types/ws": "^8.5.10",
4343
"tsup": "^8.3.5",
@@ -48,6 +48,6 @@
4848
},
4949
"peerDependencies": {
5050
"@livekit/agents": "workspace:*",
51-
"@livekit/rtc-node": "^0.13.22"
51+
"@livekit/rtc-node": "catalog:"
5252
}
5353
}

plugins/elevenlabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@livekit/agents": "workspace:*",
3838
"@livekit/agents-plugin-openai": "workspace:*",
3939
"@livekit/agents-plugins-test": "workspace:*",
40-
"@livekit/rtc-node": "^0.13.22",
40+
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"@types/ws": "^8.5.10",
4343
"tsup": "^8.3.5",
@@ -49,6 +49,6 @@
4949
},
5050
"peerDependencies": {
5151
"@livekit/agents": "workspace:*",
52-
"@livekit/rtc-node": "^0.13.22"
52+
"@livekit/rtc-node": "catalog:"
5353
}
5454
}

0 commit comments

Comments
 (0)