januory/deepseek-harness-gateway--packages-store1

dsh-gateway-store

DSH 网关控制平面的持久化层(IStore)与领域类型定义包。

AI 分析

核心用途是为 DSH 网关服务器提供数据持久化和领域模型支持。主要适合需要部署、定制或开发 DSH 远程网关管理系统的技术用户。

包名
dsh-gateway-store
版本
0.1.0
最近更新
2026年9月6日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Usage

  1. 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.
  2. Issue a pairing code to onboard:
    DSH_GATEWAY_PAIRING_CODES="" pnpm --filter @januory/dsh-gateway-server dev
    
  3. 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 发起入网申请.
  4. 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.