File size: 1,566 Bytes
4199113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7e5901e
 
 
b74a8c1
 
e03dd84
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
license: apache-2.0
task_categories:
- other
tags:
- agent-traces
- replay
- synthetic
---

# DeltaStore Replay Traces

Ten deterministic, synthetic agent trajectories with checkpoints and
counterfactual branches. The dataset is for replay tooling and methodology
validation, not real-world detector accuracy or model ranking.

## Files

* `traces.jsonl` — self-contained canonical traces.
* `branches.jsonl` — normalized branch records.
* `checkpoints.jsonl` — normalized checkpoint records.
* `comparisons.jsonl` — deterministic original-versus-branch comparisons.

All traces are synthetic. No private chain-of-thought, credentials, customer
data, or production traces are included. Synthetic latency is fixture metadata,
not production performance. A branch is a controlled counterfactual and does
not prove what a different model would always do.

Schema: `solstice-agent-trace-exchange/v1` is included as
`solstice-agent-trace-exchange-v1.schema.json`.

Link: [DeltaStore Static Space](https://huggingface.co/spaces/solsticestudioai/deltastore-trace-explorer).

Related public tools:

- [Agent Failure Atlas Dataset](https://huggingface.co/datasets/solsticestudioai/agent-failure-atlas-benchmark)
- [Agent Failure Atlas Space](https://huggingface.co/spaces/solsticestudioai/agent-failure-atlas)
- [Agent Failure Atlas browser app](https://solsticestudioai-agent-failure-atlas.static.hf.space/)

The exchange contract is documented. The Atlas browser app currently accepts
STS/normalized JSONL rather than the complete DeltaStore exchange envelope.