Run and diagnose existing Harbor evaluations against local production LobeHub or LobeHub Cloud. Use for eval infrastructure, target preflight, lh CLI injection,
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-run-eval-harbor-a463ddf95db4 ,按照其中的说明把「run-eval-harbor」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Run existing Harbor evaluations against either this checkout's isolated local
production harness or a remote LobeHub target. Use create-task to author or
grade tasks and acceptance for product acceptance.
Before preparing or running anything, obtain these independent choices:
local production server from this checkout, or cloud/remote.checkout build from apps/cli, or published npm release.LH_AGENT_ID; the selected agent already owns its model..env. For local, ask whether the selected agent's provider
credential is already stored in LobeHub; if not, ask for the provider's real
environment variable name and secret before starting the server.3210 and every configured
eval infrastructure port are unreachable from the public internet and other
untrusted networks. Do not bootstrap the local stack without confirmation.Do not infer these choices. DeepSeek is only one provider example, not a required credential or model.
3210 with bun run start; never target a
dev server or port 3010. Compose owns infrastructure; LobeHub stays on the
host.docker-compose/eval/.env from .env.example only when absent; never
overwrite an existing file.inbox, choose a separate model, or override the agent with
DEFAULT_AGENT_CONFIG. Never invent, print, or commit secrets.Read exactly one route after the answers above:
The CLI selection is orthogonal to the target. checkout injects the built
apps/cli; npm installs the release package. Both routes run their preflight
and then scripts/run-smoke.sh <local|cloud> <checkout|npm> ... before the
external eval repository's own job command.
3210, migrations, API-key auth, or /api/version: LobeHub.8787/8788, gateway health, or service tokens: gateway.LH_CLI_SOURCE or apps/cli/dist.create-task before changing it.For Harbor commands beyond these scripts, consult the official
Harbor Skills, especially its
harbor-cli skill. This harness pins harbor==0.23.0; when guidance differs,
the pinned CLI's --help is authoritative.