XiaoMoDern/dsh-trajectory-teacher ↗★ 1
dsh-trajectory-teacher
DSH plugin: turn an agent's execution trajectory into a readable post-mortem report.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:XiaoMoDern/dsh-trajectory-teacher说明文档
阅读完整 README ↗可选配置
默认复用当前会话正在用的模型来生成复盘。若要指定,在 profile 的 cordis.patch.yml 里覆盖:
- id: trajectory-teacher
config:
provider: deepseek-official
model: deepseek-v4-flash
复盘分析已默认关掉 thinking(
reasoningEffort: 'off')——提取+总结不需要深度推理,更快更便宜、输出更稳定。