solsticestudioai's picture
Link Agent Failure Atlas public artifacts
2e796fa verified
Raw
History Blame Contribute Delete
2.34 kB
<!doctype html>
<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>DeltaStore Trace Explorer</title><link rel="stylesheet" href="styles.css"></head>
<body><header><div><span class="eyebrow">DELTASTORE RESEARCH ARTIFACT</span><h1>Replay and compare AI-agent trajectories in your browser.</h1><p id="title" class="muted">Inspect checkpoints, branches, state changes, tool actions, policy findings, and outcomes.</p><p id="meta" class="muted">Loading synthetic prompt-injection demo...</p></div>
<div class="actions"><label class="file">Load local trace <input id="file" type="file" accept=".json,.jsonl,application/json"></label><label class="file">Import Atlas findings <input id="findings-file" type="file" accept=".json,application/json"></label><button id="download">Download exchange trace</button><a href="https://huggingface.co/datasets/solsticestudioai/deltastore-replay-traces" target="_blank" rel="noreferrer">DeltaStore dataset</a><a href="https://huggingface.co/spaces/solsticestudioai/agent-failure-atlas" target="_blank" rel="noreferrer">Agent Failure Atlas</a><a href="https://huggingface.co/datasets/solsticestudioai/agent-failure-atlas-benchmark" target="_blank" rel="noreferrer">Atlas dataset</a><a href="https://solsticestudioai-agent-failure-atlas.static.hf.space/" target="_blank" rel="noreferrer">Atlas browser app</a></div></header>
<main><div class="privacy"><strong>Privacy:</strong> selected files are processed locally in this browser. Nothing is uploaded, tracked, or persisted. Included examples are synthetic.</div><p id="error" class="error"></p><section class="grid"><article class="card"><h2>Original trajectory</h2><div id="original-events" class="events"></div></article><article class="card"><h2>Counterfactual branch</h2><label>Branch <select id="branch"></select></label><div id="alternate-events" class="events"></div></article></section><section class="card outcome"><h2>Comparison</h2><strong id="classification"></strong><p id="outcomes" class="muted"></p><div id="findings" class="findings"></div></section><p class="footnote">Same task, same tools, same checkpoint, different control. A counterfactual branch is a controlled comparison—not causal proof.</p></main><script type="module" src="app.js"></script></body></html>