--- 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.