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. 오전 9:55

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.