AFANman/dsh-work-board--packages-tool-board0

@deepseek-ai/dsh-tool-board

Model-facing board_list and board_status tools over the work board service, authorized by workspace, for the DeepSeek Harness

AI 분석

为智能体提供操作工作板的工具接口,使其能读取任务列表或更新任务状态。适合需要让 AI 自动管理、更新或汇报看板任务进度的自动化工作流。

패키지
@deepseek-ai/dsh-tool-board
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 21.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

@deepseek-ai/dsh-tool-board

English | 中文

Model-facing work-board tools over ctx.board: board_list reads the current workspace's items and board_status moves one of them between statuses.

Authorization

Both tools are workspace-authorized: board_list never returns another workspace's items, and board_status rejects an item whose workspace differs from the caller's session cwd. A caller without an owning agent session cwd is rejected.

Model Experience

System prompt

What the model sees

The two tool schemas and descriptions join the standard tool assembly. board_list optionally takes a status filter; board_status takes an item id and a status from the closed vocabulary todo | in_progress | done | failed | interrupted.

Token effect

One fixed tool-description block per tool, independent of board size.

Tool results

board_list returns a compact item projection (id, title, status, workspace, optional session/result/error fields) for the current workspace. board_status returns the updated item's projection. Errors name the business failure (item-not-found, cross-workspace access, or a missing owning session).

Known Limitations and Deferred Work

  • The model cannot list another workspace's items, even to read them; the board tools are strictly current-workspace-scoped.