deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
让纯文本主模型(如 deepseek-v4-pro)也能接收图片附件:图片进入会话后投影为显式文本占位符,由主模型委托视觉子代理(多模态模型)读取。
dsh plugin --profile web add github:yuqingsh/dsh-image-subagent#v0.1.1
发布到 npm 后:dsh plugin --profile web add dsh-image-subagent。本地 checkout:dsh plugin --profile web add ./dsh-image-subagent。
需要 pnpm(brew install pnpm)。安装后重启 dsh web 并刷新页面。
把下面这段发给你的 DSH 会话,让 Agent 代装:
请安装 dsh-image-subagent 插件:运行
dsh plugin --profile web add github:yuqingsh/dsh-image-subagent#v0.1.1。完成后重启 dsh web 进程,刷新浏览器页面。
read_attachment / read_image;attachmentId 一并传给子代理。贴图并附上问题 → 主模型收到占位符(含 id=sha256:…)→ 委托 observer 读图 → observer 用 read_attachment 返回像素级描述 → 主模型作答。
curl -s -X POST http://127.0.0.1:3080/image-subagent/status \
-H 'content-type: application/json' \
-d '{"type":"client-request","rpcId":"s1","method":"status","payload":{}}'
预期 bridged 含 "image",real 为路由真实声明。
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。