冰朔 09e0251741
Some checks failed
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
feat: add hybrid execution foundation
2026-06-24 23:37:46 +08:00

31 lines
914 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Guanghu Hybrid Runner
轻量混合执行底座。它让本地电脑和服务器执行同一套无付费、无密钥泄露、无 JZAO 依赖的基础检查。
## 用法
```bash
bash scripts/hybrid-runner/run.sh
bash scripts/hybrid-runner/run.sh --skip-pull
bash scripts/hybrid-runner/run.sh --commit-report
```
## 边界
- 默认不调用任何付费模型 API。
- 默认不读取或打印真实密钥值。
- 默认不依赖 `/Volumes/JZAO`
- 默认不提交报告;只有显式 `--commit-report` 才会提交并推送。
## 当前检查
- 拉取最新仓库。
- Node 版本和视频 AI JS 语法检查。
- Python 版本和视频 AI Python 语法检查。
- 视频 AI 无成本体检。
## 架构定位
本脚本不是视频 AI 专属工具。它是铸渊远程手脚层的第一版服务器可以长期在线执行基础检查本地电脑继续保留密钥、JZAO产物和人工预览。