XiaoMoDern/dsh-trajectory-teacher1

dsh-trajectory-teacher

将 Agent 的执行轨迹转化为易读的复盘报告的 DSH 插件。

AI 分析

核心用途是自动生成 Agent 执行轨迹的复盘总结。适合需要分析 Agent 决策过程、优化 Prompt 或排查执行问题的开发者与高级用户。

套件
dsh-trajectory-teacher
版本
0.1.0
授權
MIT
最近更新
2026年8月18日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:XiaoMoDern/dsh-trajectory-teacher

可选配置

默认复用当前会话正在用的模型来生成复盘。若要指定,在 profile 的 cordis.patch.yml 里覆盖:

- id: trajectory-teacher
  config:
    provider: deepseek-official
    model: deepseek-v4-flash

复盘分析已默认关掉 thinking(reasoningEffort: 'off')——提取+总结不需要深度推理,更快更便宜、输出更稳定。