TraceLoom is a cross-platform desktop application for visualising LLM agent message histories as DAGs.
TraceLoom reads .jsonl log files from LLM agents and visualise, supported softwares include,
- Claude
- Codex
- OpenClaw
npm install
# Development
make dev
# Release build
makeWindows users can run the equivalent PowerShell commands:
.\build.ps1 -Dev
.\build.ps1See doc/building.md for platform prerequisites and troubleshooting.