open-agents-ai 0.187.341 → 0.187.342
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.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -277911,6 +277911,7 @@ function ensureEmbedDeps() {
|
|
|
277911
277911
|
const asrPkgs = [
|
|
277912
277912
|
"numpy==1.26.4",
|
|
277913
277913
|
"soundfile",
|
|
277914
|
+
"faster-whisper",
|
|
277914
277915
|
"openai-whisper",
|
|
277915
277916
|
// Embedding helpers used elsewhere (kept lightweight compared to full torch stack)
|
|
277916
277917
|
"Pillow"
|
package/package.json
CHANGED