alex04130/dsh-suite1

dsh-suite

DSH extension suite: runtime injector, task-aware reasoning-mode routing preset, cross-session mailbox, agent teams, model delegation, skill manager, and plugin-manager UI.

AI Analysis

核心用途是提供一整套类似 Minecraft Forge 的 DSH 扩展和编排框架。适合需要一键安装社区插件、进行多模型智能体协同、技能管理和高级路由的重度用户。

Package
dsh-suite
Version
0.1.0
License
MIT
Last updated
Aug 15, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

关键配置

  • router-standard 的锚定适用模型:presets/router-standard/agent.cordis.ymlrouter-bootstrapconfig.anchorModels(正则或模型 id 数组,默认 /^deepseek/i)。首轮锚定只应对 deepseek 系列生效——它是 v4 过拟合/RL 对齐问题的缓解方案;其他模型系列直接获得完整工具面(详见 docs/ARCHITECTURE.md §3.3)。
  • 持久数据:skill 注册表 $DSH_HOME/skillmanager/registry.json;注入器注册表 $DSH_HOME/injector/registry.json;团队/邮箱在 $DSH_HOME/storages/
  • 动态插件禁用:dynamic/auto-plugins.json 条目加 "disabled": truedynboot.mjs 会跳过)。