libiwolve/dsh-experience-library ↗★ 0
@libiwolve/dsh-experience-library
经验库插件,提供实时采集、打标队列、空闲派活、位置索引及试验经验技能书与benchmark数据,适配 meow-memory 教训层。
AI 分析
核心用途是为 DeepSeek 提供经验库与自动派活功能。适合需要自动化提炼错误/搜索样本、进行空闲时段任务调度的用户。前置需安装 DSH 并配置 profile。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:libiwolve/dsh-experience-library说明文档
阅读完整 README ↗配置(设置页选项卡可调)
| 配置项 | 默认 | 含义 |
|---|---|---|
| enabled | true | 全自动派活总开关 |
| windowStart / windowEnd | 0 / 7 | 夜间派活窗口(小时) |
| idleMinutes | 30 | 全局空闲阈值(距最后活动 N 分钟才派活) |
| checkMinutes | 5 | 守门员检查周期 |
| minErrorBatch / minSearchBatch | 3 / 3 | 错误/搜索样本攒够 N 条自动提炼 |