dsh-mlops
Agent 与会话 活跃维护

dsh-mlops

satan9394/dsh-mlops

覆盖机器学习管线从数据、训练、评估到部署、监控的全链路MLOps能力,参考agents项目设计逻辑,开箱即用,可无缝融入现有ML开发工作流,降低机器学习项目工程化落地门槛。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-mlops
git clone https://github.com/satan9394/dsh-mlops.git
git clone git@github.com:satan9394/dsh-mlops.git
README.md main

dsh-mlops

ML 管线工作流:数据→训练→评估→注册→部署→监控的 MLOps 工程,
可复现、可回归、可回滚。

受 wshobson/agents(38k★ MIT)
的 machine-learning-ops/ml-pipeline-workflow 技能启发,改编为 DSH
中文原创精简版。

安装

dsh plugin --profile web add dsh-mlops
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-mlops
# 重启 dsh web 生效

使用

对 agent 说"搭 ML 管线 / 模型怎么上线",mlops 技能输出
管线全流程 + 工程纪律 + 交付清单。

结构

dsh-mlops/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/mlops/SKILL.md

License

MIT。原创精简改编,灵感来自 wshobson/agents(MIT)。