DeepSeek Harness 插件

dsh-human-task

人工协作工具(`human_task` / `human_task_ready_check`):让 Agent 暂停等待用户完成现实操作或返回观察结果(GUI 操作、游戏测试、视觉验证、硬件检查等),内置会话同意与 AFK 在场两级门控,通过 Web 任务窗返回结构化 JSON 结果。

跳到安装方式

来源信息

GitHub 仓库
ywgATustcbbs/dsh-human-task
最近更新
2026年8月15日
分类
工具与能力
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/ywgATustcbbs/dsh-human-task~23dsh-human-task
GitHub:https://github.com/ywgATustcbbs/dsh-human-task/tree/main/packages/dsh-human-task
插件名:dsh-human-task#dsh-human-task
作者:ywgATustcbbs
安装命令:dsh plugin --profile web add github:ywgATustcbbs/dsh-human-task#path:/packages/dsh-human-task

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器1 个文件
package.json来源说明 · 只读预览
{
  "name": "dsh-human-task",
  "description": "Human-in-the-loop capability seam (ctx.humanTasks): pause an agent tool until the human performs a real-world task or returns an observation",
  "version": "0.1.1",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./types": {
      "types": "./lib/types.d.ts",
      "default": "./lib/types.js"
    },
    "./typert": {
      "types": "./lib/typert.host.d.ts",
      "default": "./lib/typert.host.js"
    },
    "./remote": {
      "types": "./lib/typert.remote-client.d.ts",
      "default": "./lib/typert.remote-client.js"
    },
    "./src/*": "./src/*",
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json"
  },
  "files": [
    "lib/index.js",
    "lib/index.d.ts",
    "lib/service.js",
    "lib/service.d.ts",
    "lib/types.js",
    "lib/types.d.ts",
    "lib/typert.host.js",
    "lib/typert.host.d.ts",
    "lib/typert.remote-client.js",
    "lib/typert.remote-client.d.ts",
    "cordis.patch.yml"
  ],
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "license": "MIT",
  "dependencies": {
    "dsh-human-task-tools": "^0.1.1",
    "dsh-human-task-client": "^0.1.1"
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.6"
  }
}