liulei237136/dsh-test-plugin ↗★ 0
dsh-test-plugin
一个极简的 DeepSeek Harness 部署级冒烟测试插件,注册 test 工具以验证插件安装是否成功。
AI 分析
核心用途是验证插件系统是否正常工作。适合刚搭建好 DSH 环境,需要一个无副作用的极简工具来测试插件加载和调用管线是否畅通的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:liulei237136/dsh-test-plugin說明文件
閱讀完整 README ↗dsh-test-plugin
A minimal DeepSeek Harness deployment plugin (dsh.bundle). It registers a
model-facing smoke-test tool named test that echoes a message back, so you
can verify the plugin is installed and working.
Install
dsh plugin --profile web add dsh-test-plugin
Verify
Ask the model to call the test tool, or check Settings > Plugins for
dsh-test-plugin.