meisam2236 / agent-board

已收录

Track and manage AI agents with a durable per-workspace board for the DeepSeek Harness web profile.

main工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:meisam2236/agent-board

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 f43957a同步于 2026年8月18日

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#<sha>) 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.

仓库信息

开发语言
TypeScript
许可证
MIT
最后更新
2026年8月18日 09:55

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。