tui
Đã xác minh@deepseek-ai-harness/tui · v0.0.1-beta · MIT
DeepSeek Build (dsh-tui) — grok-build style terminal UI for the deepseek-harness agent runtime; standalone CLI or dsh profile bundle
Cài đặt
dsh plugin add @deepseek-ai-harness/tui Xác nhận layer đã áp bằng dsh --profile default --dump-config — xem hướng dẫn cài plugin.
Mã nguồn
Thẻ
Tác giả
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@beta
Or 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/tui
Rebuild
The bundled binary is platform-specific. To (re)build the binary and the tarball on your machine:
bash scripts/build-npm.sh
This runs cargo build --release, copies the binary into npm/vendor/<platform>-<arch>/, and writes a fresh .tgz into dist/.