[eric] voice: bundle per-arch whisper-server into the mac build (pinned v1.7.6, static + non-system-dylib gate; model stays the proven first-run download)

This commit is contained in:
ciregenz
2026-07-28 17:27:05 -07:00
parent 37bd642a48
commit 35a281f4ad
3 changed files with 72 additions and 1 deletions
+8 -1
View File
@@ -2,7 +2,7 @@
"name": "openswarm",
"version": "1.5.8",
"license": "AGPL-3.0-only",
"description": "OpenSwarm AI Agent Orchestrator",
"description": "OpenSwarm \u2014 AI Agent Orchestrator",
"author": "openswarm-ai",
"main": "main.js",
"scripts": {
@@ -82,6 +82,13 @@
"**/*"
]
},
{
"from": "build-staging/whisper/${arch}",
"to": "whisper",
"filter": [
"**/*"
]
},
{
"from": "build-staging/python-env/${arch}",
"to": "python-env",