@livekit/agents-plugin-livekit 1.0.17 → 1.0.18

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.
@@ -29,7 +29,7 @@ const MAX_HISTORY_TOKENS = 128;
29
29
  const MAX_HISTORY_TURNS = 6;
30
30
  const MODEL_REVISIONS = {
31
31
  en: "v1.2.2-en",
32
- multilingual: "v0.3.0-intl"
32
+ multilingual: "v0.4.0-intl"
33
33
  };
34
34
  const HG_MODEL_REPO = "livekit/turn-detector";
35
35
  const ONNX_FILEPATH = "onnx/model_q8.onnx";
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/turn_detector/constants.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2025 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nexport type EOUModelType = 'en' | 'multilingual';\n\nexport const MAX_HISTORY_TOKENS = 128;\nexport const MAX_HISTORY_TURNS = 6;\n\nexport const MODEL_REVISIONS: Record<EOUModelType, string> = {\n en: 'v1.2.2-en',\n multilingual: 'v0.3.0-intl',\n};\n\nexport const HG_MODEL_REPO = 'livekit/turn-detector';\n\nexport const ONNX_FILEPATH = 'onnx/model_q8.onnx';\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAKO,MAAM,qBAAqB;AAC3B,MAAM,oBAAoB;AAE1B,MAAM,kBAAgD;AAAA,EAC3D,IAAI;AAAA,EACJ,cAAc;AAChB;AAEO,MAAM,gBAAgB;AAEtB,MAAM,gBAAgB;","names":[]}
1
+ {"version":3,"sources":["../../src/turn_detector/constants.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2025 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nexport type EOUModelType = 'en' | 'multilingual';\n\nexport const MAX_HISTORY_TOKENS = 128;\nexport const MAX_HISTORY_TURNS = 6;\n\nexport const MODEL_REVISIONS: Record<EOUModelType, string> = {\n en: 'v1.2.2-en',\n multilingual: 'v0.4.0-intl',\n};\n\nexport const HG_MODEL_REPO = 'livekit/turn-detector';\n\nexport const ONNX_FILEPATH = 'onnx/model_q8.onnx';\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAKO,MAAM,qBAAqB;AAC3B,MAAM,oBAAoB;AAE1B,MAAM,kBAAgD;AAAA,EAC3D,IAAI;AAAA,EACJ,cAAc;AAChB;AAEO,MAAM,gBAAgB;AAEtB,MAAM,gBAAgB;","names":[]}
@@ -2,7 +2,7 @@ const MAX_HISTORY_TOKENS = 128;
2
2
  const MAX_HISTORY_TURNS = 6;
3
3
  const MODEL_REVISIONS = {
4
4
  en: "v1.2.2-en",
5
- multilingual: "v0.3.0-intl"
5
+ multilingual: "v0.4.0-intl"
6
6
  };
7
7
  const HG_MODEL_REPO = "livekit/turn-detector";
8
8
  const ONNX_FILEPATH = "onnx/model_q8.onnx";
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/turn_detector/constants.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2025 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nexport type EOUModelType = 'en' | 'multilingual';\n\nexport const MAX_HISTORY_TOKENS = 128;\nexport const MAX_HISTORY_TURNS = 6;\n\nexport const MODEL_REVISIONS: Record<EOUModelType, string> = {\n en: 'v1.2.2-en',\n multilingual: 'v0.3.0-intl',\n};\n\nexport const HG_MODEL_REPO = 'livekit/turn-detector';\n\nexport const ONNX_FILEPATH = 'onnx/model_q8.onnx';\n"],"mappings":"AAKO,MAAM,qBAAqB;AAC3B,MAAM,oBAAoB;AAE1B,MAAM,kBAAgD;AAAA,EAC3D,IAAI;AAAA,EACJ,cAAc;AAChB;AAEO,MAAM,gBAAgB;AAEtB,MAAM,gBAAgB;","names":[]}
1
+ {"version":3,"sources":["../../src/turn_detector/constants.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2025 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nexport type EOUModelType = 'en' | 'multilingual';\n\nexport const MAX_HISTORY_TOKENS = 128;\nexport const MAX_HISTORY_TURNS = 6;\n\nexport const MODEL_REVISIONS: Record<EOUModelType, string> = {\n en: 'v1.2.2-en',\n multilingual: 'v0.4.0-intl',\n};\n\nexport const HG_MODEL_REPO = 'livekit/turn-detector';\n\nexport const ONNX_FILEPATH = 'onnx/model_q8.onnx';\n"],"mappings":"AAKO,MAAM,qBAAqB;AAC3B,MAAM,oBAAoB;AAE1B,MAAM,kBAAgD;AAAA,EAC3D,IAAI;AAAA,EACJ,cAAc;AAChB;AAEO,MAAM,gBAAgB;AAEtB,MAAM,gBAAgB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livekit/agents-plugin-livekit",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Additional utilities for LiveKit Node Agents",
5
5
  "main": "dist/index.js",
6
6
  "require": "dist/index.cjs",
@@ -29,10 +29,10 @@
29
29
  "onnxruntime-common": "1.21.0",
30
30
  "tsup": "^8.3.5",
31
31
  "typescript": "^5.0.0",
32
- "@livekit/agents": "1.0.17"
32
+ "@livekit/agents": "1.0.18"
33
33
  },
34
34
  "peerDependencies": {
35
- "@livekit/agents": "1.0.17"
35
+ "@livekit/agents": "1.0.18"
36
36
  },
37
37
  "dependencies": {
38
38
  "@huggingface/hub": "2.4.1",
@@ -8,7 +8,7 @@ export const MAX_HISTORY_TURNS = 6;
8
8
 
9
9
  export const MODEL_REVISIONS: Record<EOUModelType, string> = {
10
10
  en: 'v1.2.2-en',
11
- multilingual: 'v0.3.0-intl',
11
+ multilingual: 'v0.4.0-intl',
12
12
  };
13
13
 
14
14
  export const HG_MODEL_REPO = 'livekit/turn-detector';