januory/deepseek-harness-gateway--packages-store ↗★ 1
dsh-gateway-store
Persistence seam (IStore) + domain types for the gateway control plane.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Usage
- Start the gateway (
pnpm --filter @januory/dsh-gateway-server dev) and, optionally, build the portal (pnpm --filter dsh-gateway-web build) so it is served at the gateway root. - Issue a pairing code to onboard:
DSH_GATEWAY_PAIRING_CODES="" pnpm --filter @januory/dsh-gateway-server dev - On the customer machine, install the agent plugin (see Installation), then open the dsh Settings → 网关接入 section, enter the gateway address (
wss://, path not required) and the pairing code, and click 发起入网申请. - Approve the machine at the gateway, assign it to a user, and open it from the portal — reads and interactions are relayed to that machine's dsh WebUI in real time.