Ardig24/dsh-trajectory-ablation0

dsh-trajectory-ablation

Finds the actual cause of an agent failure by reconstructing, diffing, and ablating the context blob the model saw at each step. Plugin for DeepSeek Harness.

包名
dsh-trajectory-ablation
版本
0.1.0
许可证
MIT
最近更新
2026年8月25日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Usage

Once mounted, three commands are available in any session:

/context-reconstruct              — what did the model see before this step?
/context-diff     — what changed between two steps?
/ablate   [k]                      — which block actually caused this decision?

Or use it programmatically — reconstructContext and diffContext need only a session's event log (no live model connection required); ablateStep needs a live ctx.llm:

import { reconstructContext, diffContext, ablateStep } from 'dsh-trajectory-ablation'