LICENSE
README.md
pyproject.toml
interpkit/__init__.py
interpkit/__main__.py
interpkit.egg-info/PKG-INFO
interpkit.egg-info/SOURCES.txt
interpkit.egg-info/dependency_links.txt
interpkit.egg-info/entry_points.txt
interpkit.egg-info/requires.txt
interpkit.egg-info/top_level.txt
interpkit/cli/__init__.py
interpkit/cli/main.py
interpkit/core/__init__.py
interpkit/core/cache.py
interpkit/core/enums.py
interpkit/core/exceptions.py
interpkit/core/html.py
interpkit/core/inputs.py
interpkit/core/interventions.py
interpkit/core/loader.py
interpkit/core/model.py
interpkit/core/paths.py
interpkit/core/plot.py
interpkit/core/registry.py
interpkit/core/render.py
interpkit/core/support_matrix.py
interpkit/core/theme.py
interpkit/core/tl_compat.py
interpkit/core/topk.py
interpkit/core/arch/__init__.py
interpkit/core/arch/blocks.py
interpkit/core/arch/family.py
interpkit/core/arch/heads.py
interpkit/core/arch/layers.py
interpkit/core/arch/names.py
interpkit/core/arch/probe.py
interpkit/core/arch/residual.py
interpkit/core/arch/resolve.py
interpkit/core/arch/tree.py
interpkit/core/arch/types.py
interpkit/ops/__init__.py
interpkit/ops/_atp.py
interpkit/ops/_hooks.py
interpkit/ops/ablate.py
interpkit/ops/activations.py
interpkit/ops/atp.py
interpkit/ops/attention.py
interpkit/ops/attribute.py
interpkit/ops/batch.py
interpkit/ops/circuits.py
interpkit/ops/diff.py
interpkit/ops/dla.py
interpkit/ops/eap.py
interpkit/ops/find_circuit.py
interpkit/ops/generate.py
interpkit/ops/heads.py
interpkit/ops/inspect.py
interpkit/ops/lens.py
interpkit/ops/maxact.py
interpkit/ops/patch.py
interpkit/ops/probe.py
interpkit/ops/report.py
interpkit/ops/sae.py
interpkit/ops/scan.py
interpkit/ops/steer.py
interpkit/ops/trace.py
interpkit/ops/tuned_lens.py
tests/test_ablate.py
tests/test_activations.py
tests/test_archinfo_serialization.py
tests/test_architectures.py
tests/test_atp.py
tests/test_attention.py
tests/test_attribute.py
tests/test_audit_regressions.py
tests/test_cache.py
tests/test_cache_invalidation.py
tests/test_capabilities.py
tests/test_chat.py
tests/test_cli.py
tests/test_diff.py
tests/test_discovery.py
tests/test_discovery_units.py
tests/test_eap.py
tests/test_error_handling.py
tests/test_generate.py
tests/test_html.py
tests/test_inputs.py
tests/test_inspect.py
tests/test_interventions.py
tests/test_invariants.py
tests/test_lens.py
tests/test_load_params.py
tests/test_maxact.py
tests/test_multi_arch.py
tests/test_ops.py
tests/test_param_variants.py
tests/test_patch.py
tests/test_phase3_regressions.py
tests/test_plot_internals.py
tests/test_plots.py
tests/test_probe.py
tests/test_registry.py
tests/test_regressions.py
tests/test_render_internals.py
tests/test_resolver.py
tests/test_resolver_golden.py
tests/test_robustness_audit.py
tests/test_sae.py
tests/test_seq2seq_contract.py
tests/test_steer.py
tests/test_tl_compat.py
tests/test_tl_ops.py
tests/test_topk.py
tests/test_trace.py
tests/test_tuned_lens.py
tests/test_validation.py