dsh-agent-board
Third-party Agent Board plugin for DeepSeek Harness web profiles
AI 分析
核心用途是在 Web 界面侧边栏提供一个持久化的、按工作区划分的智能体看板。适合需要直观管理、跟踪和可视化智能体工作流与任务状态的用户。
インストール
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:meisam2236/agent-boardドキュメント
README 全文を読む ↗dsh-agent-board
Third-party DeepSeek Harness plugin: a durable per-workspace Agent Board on the web profile.
The Board button sits next to Settings at the bottom of the sidebar. It lists registered Workspaces; pick one to open that Workspace's board. The overlay, columns, cards, workers, and SQLite store are the same as the in-tree Agent Board.
Install
Requires the dsh CLI (@deepseek-ai/dsh) and a web profile.
From this checkout, after pnpm install (which builds lib/ via prepare):
dsh plugin --profile web add /absolute/path/to/dsh-agent-board
dsh --profile web
From GitHub:
dsh plugin --profile web add github:meisam2236/DeepSeek-Harness-Agent-Board
pnpm ≥10 blocks a git dependency's prepare script until you allow it. If the first add fails, copy the printed package key into ~/.dsh/profiles/web/pnpm-workspace.yaml:
allowBuilds:
dsh-agent-board: true
then re-run the add. Pin a commit (github:meisam2236/DeepSeek-Harness-Agent-Board#) so a later push cannot change what runs.
Remove with:
dsh plugin --profile web remove dsh-agent-board
Develop
pnpm install
pnpm run build
Keep this repository next to a stock DeepSeek Harness checkout. Do not copy these sources back into the harness tree.