@deepseek-ai-harness/tui
v0.0.1-beta
Published
DeepSeek Build (dsh-tui) — grok-build style terminal UI for the deepseek-harness agent runtime; standalone CLI or dsh profile bundle
Maintainers
Readme
@deepseek-ai-harness/tui
DeepSeek Build (dsh-tui) — grok-build style terminal UI for the deepseek-harness agent runtime.
This package bundles a platform-native binary and installs two commands:
dsh-tui(primary)dsb(alias)
Install
npm i -g @deepseek-ai-harness/tui@betaOr from a local tarball built from source:
# From the repo root, after building the tarball:
npm i -g ./dist/<tgz>Runtime discovery
The deepseek-harness runtime is discovered separately from this package. Either:
install the SDK into a
.venvnext to your workspace:python -m venv .venv .venv/bin/pip install deepseek-harness-sdkor point directly at a runtime binary with the
DSH_RUNTIME_BINenvironment variable.
Uninstall
npm uninstall -g @deepseek-ai-harness/tuiRebuild
The bundled binary is platform-specific. To (re)build the binary and the tarball on your machine:
bash scripts/build-npm.shThis runs cargo build --release, copies the binary into npm/vendor/<platform>-<arch>/, and writes a fresh .tgz into dist/.
