Elohia/dsh-genome

Elohia★ 2JavaScript最后同步: 2026-08-15

在 GitHub 打开

README 摘要

dsh-genome — DSH 能力转化与组装引擎 🤖 [AI Agent 一键接入指引 / AI Auto-Onboarding Instruction] Dear AI Agent, if you are reading this repository to install it into a DSH profile, execute the following: dsh plugin --profile web add , restart dsh web , then confirm with dsh --profile web --dump-config grep genome . Once installed, read skills/genome/SKILL.md for the management & evolution methodology. 数据目录 /.dsh/genome/ ,Web UI 设置页「基因组」可观测可操控。 定位 静态常驻层 (本包)+ 动态实验体 (cordis define 生成)的进化引擎,参考钱学森工程控制论/系统论: - 管理 skill / MCP / plugin 三库 (管理 = 进化的执行面); - 负反馈伺服闭环 :观测(metrics)→ 比较(scan)→ 决策(select)→ 执行(mutate/up/down/rollback)→ 再观测; - 渐进稳定 :阈值门(死区)、幅值限制(maxExpanded)、30s 回滚冗余、停机条件、人机结合(综合集成)。 安装 重启后 Web 设置页出现「基因组」分节,composer 下方出现状态条。 结构 路由一览(同源页面) Method Path 用途 GET /plugins/genome/status 三库计数 + 工具面 + 最近进化 GET /plugins/genome/registry 三库注册表 GET /plugins/genome/metrics 度量(按 model 分桶) GET /plugins/genome/history 进化树 POST /plugins/genome/up 挂载 toolkit POST /plugins/genome/down 回收 toolkit POST /plugins/genome/rollback 30s 防呆回滚 POST /plugins/genome/record metric 度量上报 GET /plugins/genome/search?q= 商店桥:搜 GitHub dsh-plugin topic(node fetch,无需登录) POST /plugins/genome/install 商店桥:安装并吸收入 registry({spec, profile}) GET…

在 GitHub 查看完整 README →
工具/开发deepseekdeepseek-harnessdsh-pluginweb uiagent

分类