dsh-foundry
Plugin Foundry — a self-extending, everything-is-a-plugin compiler for DeepSeek Harness. Ships a blueprint registry (scaffold → validate → deploy) as a runtime Service, three model tools, and a blueprint-gallery settings page.
AI 분석
核心用途是提供脚手架、验证和部署蓝图的运行时服务,实现插件的自我扩展。适合需要通过模型工具动态生成和部署 DSH 插件的高级开发者。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hellosky983/dsh-foundryConfiguration
本插件无配置项、无环境变量、无敏感信息。蓝图参数有内置默认值(如 host-tool.toolName 默认 my_tool),调用 foundry_scaffold 时按需覆盖即可。
| 项 | 默认 | 说明 |
|---|---|---|
| 蓝图参数 | 见各蓝图的 params | foundry_blueprints 会列出每个参数的 default |
/foundry/state 路由 | 只读 GET | 仅向本地浏览器暴露蓝图元数据(无敏感数据) |