Asteroid0449/dsh-agent-plugin-research

Asteroid0449★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

面向 DeepSeek Harness 的 agent 专用插件调查与安装工具桥。它不提供设置页、可视化市场、客户端 bundle 或 Web 路由。

README 摘要

dsh-agent-plugin-research 简体中文 English 让 Agent 在安装 DSH 社区插件前先完成搜索、固定版本、风险检查和用户确认,并在安装后给出可验证的激活方案。 本项目是 Agent 工具桥,不是面向人的可视化插件市场。它没有设置页、客户端 bundle 或 Web 路由。 30 秒快速开始 要求:Node.js 22.19+、DeepSeek Harness 0.1.0-rc.8+。 从 Releases 下载当前固定版本的压缩包,在下载目录运行: 如果仓库源码已经在本机,也可以先测试再安装: 安装完成后,用已有的 DSH 生命周期方式加载插件:开发态可使用可见的 dsh-super-injector 工具;正式 bundle 变更使用受监督重启。插件不会自行调用任何激活或重启工具。 首次验证可直接告诉 Agent: 搜索并审查一个适合 DSH 的插件,先不要安装。列出版本身份、安装脚本、bundle patch 风险和建议的激活方式。 确认报告后再说: 安装刚才固定的版本;在任何永久写入前向我确认,安装后验证 profile 登记并给出激活方案。 工作流程 七项固定工具 工具 作用 写入 是否需要确认 plugin research search 搜索 GitHub、npm、私有索引或离线精选表 否 否 plugin research inspect 检查 manifest、安装脚本和 cordis.patch.yml 风险 否 否 plugin research list installed 列出 profile 依赖、运行入口和有序 bundle 层 否 否 plugin research install 用 pnpm 永久安装并协调 bundle 清单 是 confirm: true ,且使用可用的审批服务 plugin research uninstall 永久移除依赖并协调 bundle 清单 是 confirm: true ,且使用可用的审批服务 plugin research verify 验证包身份、锁文件、patch 和 profile 层 否 否 plugin research activation plan 检测当前 Agent 可见能力并生成激活步骤 否 否 工具始终以固定顺序和固定 schema 注册。可选插件是否存在只改变显式调用 activation plan 后的结果,不改变模型请求前缀。 安装位置:谁负责什么 层 普通用户应如何理解 DSH profile 权威的依赖登记和 bundle 顺序,例如 /.dsh/profiles/web profile node modules DSH 实际解析到的运行时包入口 源码工作区 只在 link: / file: 安装时单独存在 pnpm st…

在 GitHub 查看完整 README →
Agent/智能体agent-toolsdeepseek-harnessdshdsh-pluginplugin-discoveryplugin-securityagentsearch

分类