Replies: 4 comments 3 replies
|
在实现中,请稍等关注。 |
3 replies
|
这个需求现在已经有社区实现: dsh plugin --profile dsh-tui add @deepseek-harness-tui/dsh-tui
dsh plugin --profile dsh-tui add pi2dsh我们已经用 stock npm DSH + stock dsh-TUI 跑通两个独立 Agent、真实模型回合、插件命令、工具与全屏管理面,没有改 TUI 或 DSH 源码。复现步骤:https://github.com/weijiafu14/pi2dsh#walkthrough-advanced-mcp-in-your-terminal |
0 replies
|
这个需求现在就能用社区方案满足:Blue——一个纯终端的 dsh 前端 TUI,以树外 Cordis 插件 bundle 挂在 npm i -g @dsh-blue/blue-cli@rc
export DEEPSEEK_API_KEY=sk-...
blue流式回复、工具卡片、审批问卷、状态栏和底部面板都在终端里完成, 非官方项目(MIT,预览版 |
0 replies
|
我也有同样的需求,尤其是在 SSH 和无头环境下,所以后来做了 dshline,一个 terminal-native 的 Harness 前端。 完成后的输出会直接留在终端原生的 scrollback 里,而不是用全屏 TUI,所以 SSH / tmux 用起来也比较自然。 https://github.com/riesbri/dshline Sorry for the late reply! x) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
希望 DeepSeek Harness 能提供 TUI 前端。以减少对浏览器和图形环境的依赖,允许应用在纯终端中启动。
同时 TUI 应用可能可以意味着应用不须监听默认的 3080 端口,减少对应用运行环境的网络环境需求。(不应排除用户可能在一台在3080端口上运行有应用的远程无头设备上运行 DeepSeek Harness 的情况。甚至于考虑在 AI 化运维如此普遍的今天,通过 ssh 在目标设备上使用 TUI Agent 进行运维作业的情况很常见。)
All reactions