dsh-plugin-education
v0.1.0 · 0 天前发布
Education toolkit for DeepSeek Harness agents: lesson-plan skeletons by grade band, quiz scaffolding and answer-key validation, analytic rubric tables, Anki/markdown flashcard conversion, and text readability levels
README
dsh-plugin-education
面向 DeepSeek Harness agent 的教育工具包:教案骨架、测验校验、评分量规、闪卡转换与文本难度分级。模型负责内容创作,插件负责结构与校验。
安装
bash
dsh plugin --profile <profile> add dsh-plugin-education
重启 DSH 后,edu_kit 工具全局注册。
工具
| 动作 | 用途 |
| --- | --- |
| lesson | 教案骨架,按学段(小学 / 中学 / 大学 / 成人)配分钟预算 |
| quiz | 校验测验题 —— 题干、≥2 个不重复选项、答案索引越界、解析为空 |
| rubric | 分析式评分量规表(维度 × 等级) |
| flashcard | Q/A 对转 Anki TSV 或 markdown 卡片 |
| level | 可读性分级 —— 英文用 Flesch,中文用句长启发式 |
配置
均为可选项,写在组合行的 config 里:
| 键 | 默认值 | 含义 |
| --- | --- | --- |
| personaSection | true | 是否注册教育提示词段 |
| sectionOrder | 6 | 提示词段顺序(persona 为 0,升序) |
设计
纯逻辑(lib/education.js)零 DSH/Cordis 依赖、可独立单测;lib/index.js 是薄 Cordis 壳。无文件系统访问,全部确定性、无副作用。
License
MIT
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-plugin-education
- Repo
- git+https://github.com/863683348/dsh-plugin-education.git
- Engines
{}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}