maque2333/dsh-profile-manager
maque2333★ 1TypeScript最后同步: 2026-08-15
A DeepSeek Harness Profile manager
README 摘要
dsh-profile-manager (dshm) Profiles as instances — manage DeepSeek Harness profiles and their running instances. dshm is an open-source CLI + Cordis plugin that treats DSH profiles as first-class objects: list, show, import/export, start, stop, restart, status, delete — plus a web panel and model tools for visual/agent-driven management. 中文文档 Why The official dsh CLI gives you low-level primitives: …but it has no import/export format, no registry view, and no process (instance) management. dshm fills that gap by introducing the Instance concept: Install Requirements: - Node.js ≥ 20 - a working dsh installation ( 0.1.0-rc.x ) on PATH - pnpm on PATH (only for import / bootstrap ) Quick start Commands Command Description dshm list List every profile: shape, bundles, dependencies, instance status dshm show One profile's manifest + patch layer + dependencies dshm create Create an empty profile (starts from @deepseek-ai/dsh-base ) dshm import [--name N] [--force] [--allow-builds] Install a profile and all its packages from dshm-profile.yaml dshm export [-o file] Reverse-export a profile to the same format dshm delete [--purge] [--yes] [--force] Delete (archive by default; --purge truly r…
在 GitHub 查看完整 README →