777-Zen/dsh-capability-index

插件 ⭐ 1 MIT developer-toolsecosystem

为DSH代理的插件库提供“起飞前检查单”——当任务型请求触发时,自动预检插件库,并将Top-K适用的插件提示注入运行时上下文中,使插件使用率变得可预期,而非依赖偶然机会。

catalog 简介:给 DSH agent 的插件库"起飞前检查单"——任务型请求时自动预检插件库并注入 Top-K 适用插件提示,让插件库利用率可预期、不靠运气。Pre-flight plugin-library check for DSH agents — task-type requests trigger a Top-K hint of suitable plugins injected into the runtime context, making plugin usage predictable instead of opportunistic.

安装

# 安装一次(在 DSH checkout 根目录跑;<path> 换成本目录绝对路径)
pnpm dsh plugin --profile <name> add <path>\dsh-capability-index

# 确认进了插件树
pnpm dsh --profile <name> --dump-config | Select-String capability-index

# 重启 web 应用后生效;设置 → Plugins 页可见本插件条目

777-Zen/dsh-capability-index 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。