mhtdm/dsh-lesson-outline

mhtdm★ 0TypeScriptLast synced: 2026-08-15

Open on GitHub

教学课件大纲生成工具插件(DeepSeek Harness dsh-plugin)— 输入主题输出 markdown 课件大纲

README excerpt

dsh-lesson-outline 教学课件大纲生成工具插件 (DeepSeek Harness dsh-plugin ) 输入主题 + 章节数 + 学员水平 → 输出结构化课件大纲 JSON。纯逻辑实现,不调用外部 API、不烧 token。 功能 lesson outline 工具:给模型一个确定性的"课件大纲脚手架"——模型输入 topic (主题)、 sections (章节数 1-8,默认 3)、 level (beginner/intermediate/advanced,默认 beginner),工具返回规范化大纲 JSON(含每节标题/要点/时长/教学活动),模型基于它展开完整课件内容。 安装(dsh bundle 方式) 或在 profile 的 cordis.patch.yml 添加: 开发 输出示例 输入: { topic: "Python 正则表达式入门", sections: 3, level: "beginner" } License MIT

View full README on GitHub →
Skins / UIdeepseek-harnessdsh-plugineducationteaching

Category