agentfootprint 6.28.0 → 6.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -157,6 +157,9 @@ const trace = toBacktrackTrace(report, {
|
|
|
157
157
|
```
|
|
158
158
|
|
|
159
159
|
<img alt="The BacktrackView board: the wrong answer, the suspects with influence meters, the CAUSAL 3/3 ablation stamp on the planted fact, and the chain-of-custody rewind showing the exact system prompt the model saw with the culprit sentence highlighted." src="docs/assets/backtrack-board.png" width="100%"/>
|
|
160
|
+
<p align="center">
|
|
161
|
+
<sub><a href="https://footprintjs.github.io/agentThinkingUI/demo/backtrack.html"><b>▶ Try the why-board live</b></a> — or run <a href="examples/observability/06-backtrack-trace.ts"><code>examples/observability/06-backtrack-trace.ts</code></a> offline.</sub>
|
|
162
|
+
</p>
|
|
160
163
|
|
|
161
164
|
The rewind pane at the bottom is the killer view: **the exact system prompt the
|
|
162
165
|
model saw**, with the culprit sentence highlighted — recorded state, not a
|
|
@@ -553,7 +556,8 @@ it, evidence binds only to **completed** runs (never in-flight), and `delegate`
|
|
|
553
556
|
answers at the cheap model's price inside the expensive conversation.
|
|
554
557
|
[Guide](docs/guides/trace-debugging.md) · examples
|
|
555
558
|
[`07`](examples/observability/07-trace-debug-agent.ts) ·
|
|
556
|
-
[`08`](examples/observability/08-self-explain.ts)
|
|
559
|
+
[`08`](examples/observability/08-self-explain.ts) · the doors walk the
|
|
560
|
+
[**same evidence the board visualizes ▶**](https://footprintjs.github.io/agentThinkingUI/demo/backtrack.html).
|
|
557
561
|
|
|
558
562
|
> 📖 Powered by [footprintjs `causalChain()`](https://footprintjs.github.io/footPrint/blog/backward-causal-chain/) — backward thin-slicing on the commit log. [Causal memory deep dive](https://footprintjs.github.io/agentfootprint/causal-deep-dive/) · [Explainability & compliance](https://footprintjs.github.io/footPrint/blog/explainability-compliance/)
|
|
559
563
|
|
package/package.json
CHANGED