Plugin directory / Developer / DshVibeLearning
DshVibeLearning
Unverified EarzuChan
What it does
A Vibe Learning Plugin made for DeepSeek Harness
Unverified — not yet verified
A Vibe Learning Plugin made for DeepSeek Harness Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
Vibe Learning Plugin for DeepSeek Harness
为 DeepSeek Harness 打造的一款氛围学习插件:用户在会话开启氛围学习后,Agent 能与用户共建多层大纲、交互式上课与课后答疑、安排 FSRS 复习计划、创建小测;用户还能在 DeepSeek Harness 内直接记笔记。
设计灵感源于作者(Earzu Chan)的个人工作流。
使用
dsh plugin --profile web add /pathToYour/DshVibeLearning # 添加本插件到你的配置项
dsh web # 持久生效,直接使用
以下文档未完全修订,未必对,可以不看
项目架构、关键流程、关键概念与模型的解析
配置(插件 config,全部有默认值)
config:
dataDir: ~/.dsh-vibe-learning
presentTimeoutMs: 3600000 # in-band present 最长等待
已知限制(POC)
- GUI in-band“新开会话”为实验路径(直接
ctx.agents.create,未走 preset 组合)。 - 复习到期为被动提醒(每轮快照 + GUI);无后台定时推送。
- 大纲并发编辑无 CAS(tmp+rename 原子写,last-wins)。
开发进展
可见我的待办项。
备注
本项目正在早期开发阶段,不排除会有大量破坏兼容性的修改。
项目以 MIT 协议开源,请在 MIT 协议允许的情况下合理合法使用。
联系我:[email protected]。
DeepSeek Harness 是 DeepSeek 公司的商标。本项目是第三方的 DeepSeek Harness 插件,从未宣称也无意争取什么官方地位,请注意分辨。
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install DshVibeLearning for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:EarzuChan/DshVibeLearning Headless (CLI) profile:
dsh plugin --profile headless add github:EarzuChan/DshVibeLearning Test report
Not yet L3-verified — see failure note below if we already ran it.
Note: No failure note yet — queued or not yet run. Browse all pending failures →