LICENSE
README.md
pyproject.toml
llm_token_heatmap/__init__.py
llm_token_heatmap/activation_probe.py
llm_token_heatmap/activation_serializer.py
llm_token_heatmap/adaptive_probe.py
llm_token_heatmap/attention_probe.py
llm_token_heatmap/attention_serializer.py
llm_token_heatmap/attention_stats.py
llm_token_heatmap/cli.py
llm_token_heatmap/diff.py
llm_token_heatmap/direct_logit_attribution.py
llm_token_heatmap/export.py
llm_token_heatmap/generation.py
llm_token_heatmap/intervention.py
llm_token_heatmap/logit_lens.py
llm_token_heatmap/manifold.py
llm_token_heatmap/neuron_attribution.py
llm_token_heatmap/plotting.py
llm_token_heatmap/probe.py
llm_token_heatmap/runner.py
llm_token_heatmap/sampling.py
llm_token_heatmap/trace_payload.py
llm_token_heatmap.egg-info/PKG-INFO
llm_token_heatmap.egg-info/SOURCES.txt
llm_token_heatmap.egg-info/dependency_links.txt
llm_token_heatmap.egg-info/entry_points.txt
llm_token_heatmap.egg-info/requires.txt
llm_token_heatmap.egg-info/top_level.txt
llm_token_heatmap/commands/__init__.py
llm_token_heatmap/commands/_util.py
llm_token_heatmap/commands/hpc.py
llm_token_heatmap/commands/web.py
tests/test_activation_e2e.py
tests/test_activation_probe.py
tests/test_activation_schema.py
tests/test_activation_serializer.py
tests/test_adaptive_probe.py
tests/test_attention_probe.py
tests/test_attention_serializer.py
tests/test_attention_stats.py
tests/test_cli.py
tests/test_diff.py
tests/test_direct_logit_attribution.py
tests/test_export.py
tests/test_generation.py
tests/test_intervention.py
tests/test_logit_lens.py
tests/test_manifold.py
tests/test_neuron_attribution.py
tests/test_plotting.py
tests/test_probe.py
tests/test_sampling.py
tests/test_trace_payload.py