Reproduction of Anthropic's Attribution Graphs, heavily inspired by https://github.com/jacobdunefsky/transcoder_circuits.
uv venv --seed
uv sync
uv run python -m attribute
cd attribution-graphs-frontend
uv run python -m http.server 9999 & ngrok http 9999