dsh-review
DeepSeek Harness session review and lessons plugin
AI Analysis
核心用途是对DSH会话进行结构化复盘,并利用LLM提炼经验注入系统提示词。适合希望Agent能从历史对话中吸取教训、实现持续改进的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qq12346/dsh-reviewREADME
Read the full README ↗配置
在 profile 的 cordis.patch.yml 中覆盖以下字段:
stateDir:数据目录,默认.dsh-review。maxInjectedLessons:系统提示注入的经验条数,默认 5。injectionBudgetChars:注入文本字符预算,默认 800。llmProvider/llmModel:可选,配置后才启用 LLM 经验提炼;不配置则只做确定性结构化报告。