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/gui/__init__.py
interpkit/gui/jobs.py
interpkit/gui/schemas.py
interpkit/gui/server.py
interpkit/gui/sessions.py
interpkit/gui/ops/__init__.py
interpkit/gui/ops/advanced.py
interpkit/gui/ops/analysis.py
interpkit/gui/ops/base.py
interpkit/gui/ops/circuits.py
interpkit/gui/ops/generation.py
interpkit/gui/ops/overview.py
interpkit/gui/static/index.html
interpkit/gui/static/css/app.css
interpkit/gui/static/js/api.js
interpkit/gui/static/js/help.js
interpkit/gui/static/js/main.js
interpkit/gui/static/js/router.js
interpkit/gui/static/js/store.js
interpkit/gui/static/js/theme.js
interpkit/gui/static/js/util.js
interpkit/gui/static/js/components/charts.js
interpkit/gui/static/js/components/form-builder.js
interpkit/gui/static/js/components/help-panel.js
interpkit/gui/static/js/components/job-status.js
interpkit/gui/static/js/components/json-view.js
interpkit/gui/static/js/components/logo.js
interpkit/gui/static/js/renderers/attention.js
interpkit/gui/static/js/renderers/attribute.js
interpkit/gui/static/js/renderers/circuits.js
interpkit/gui/static/js/renderers/dla.js
interpkit/gui/static/js/renderers/features.js
interpkit/gui/static/js/renderers/generate.js
interpkit/gui/static/js/renderers/index.js
interpkit/gui/static/js/renderers/inspect.js
interpkit/gui/static/js/renderers/lens.js
interpkit/gui/static/js/renderers/misc.js
interpkit/gui/static/js/renderers/scan.js
interpkit/gui/static/js/renderers/steer.js
interpkit/gui/static/js/renderers/trace.js
interpkit/gui/static/js/views/chat.js
interpkit/gui/static/js/views/header.js
interpkit/gui/static/js/views/load-model.js
interpkit/gui/static/js/views/op-panel.js
interpkit/gui/static/js/views/sidebar.js
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_gui_api.py
tests/test_gui_cli.py
tests/test_gui_registry.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