README.md
pyproject.toml
setup.py
src/glassbox_llms.egg-info/PKG-INFO
src/glassbox_llms.egg-info/SOURCES.txt
src/glassbox_llms.egg-info/dependency_links.txt
src/glassbox_llms.egg-info/requires.txt
src/glassbox_llms.egg-info/top_level.txt
src/glassboxllms/analysis/circuits/__init__.py
src/glassboxllms/analysis/circuits/causal_scrubbing.py
src/glassboxllms/analysis/circuits/discovery.py
src/glassboxllms/analysis/circuits/graph.py
src/glassboxllms/analysis/circuits/node.py
src/glassboxllms/analysis/feature_atlas/__init__.py
src/glassboxllms/analysis/feature_atlas/atlas.py
src/glassboxllms/analysis/feature_atlas/feature.py
src/glassboxllms/experiments/__init__.py
src/glassboxllms/experiments/demo.py
src/glassboxllms/experiments/dummy.py
src/glassboxllms/experiments/cot_faithfulness/__init__.py
src/glassboxllms/experiments/cot_faithfulness/baselines.py
src/glassboxllms/experiments/cot_faithfulness/cot_faithfulness.py
src/glassboxllms/experiments/cot_faithfulness/evaluator.py
src/glassboxllms/experiments/cot_faithfulness/tests.py
src/glassboxllms/experiments/sae/__init__.py
src/glassboxllms/experiments/sae/experiment.py
src/glassboxllms/experiments/sae/sae_experiment.py
src/glassboxllms/features/__init__.py
src/glassboxllms/features/feature.py
src/glassboxllms/features/feature_set.py
src/glassboxllms/features/sae.py
src/glassboxllms/features/trainer.py
src/glassboxllms/features/utils.py
src/glassboxllms/instrumentation/__init__.py
src/glassboxllms/instrumentation/activation_patching.py
src/glassboxllms/instrumentation/activations.py
src/glassboxllms/instrumentation/hook_manager.py
src/glassboxllms/instrumentation/hooks.py
src/glassboxllms/instrumentation/patching.py
src/glassboxllms/models/__init__.py
src/glassboxllms/models/base.py
src/glassboxllms/models/factory.py
src/glassboxllms/models/huggingface.py
src/glassboxllms/models/transformers.py
src/glassboxllms/primitives/attribution/__init__.py
src/glassboxllms/primitives/attribution/integrated_gradients.py
src/glassboxllms/primitives/probes/__init__.py
src/glassboxllms/primitives/probes/activation_store.py
src/glassboxllms/primitives/probes/base.py
src/glassboxllms/primitives/probes/linear.py
src/glassboxllms/primitives/probes/nonlinear.py
src/glassboxllms/runner/__init__.py
src/glassboxllms/runner/cli.py
src/glassboxllms/runner/config.py
src/glassboxllms/runner/core.py
src/glassboxllms/runner/tracking.py
src/glassboxllms/runner/preprocessing/__init__.py
src/glassboxllms/runner/preprocessing/custom.py
src/glassboxllms/runner/preprocessing/dataset.py
src/glassboxllms/runner/preprocessing/start.py
src/glassboxllms/runner/preprocessing/tokenizers.py
src/glassboxllms/utils/__init__.py
src/glassboxllms/utils/logging.py
src/glassboxllms/visualization/__init__.py
src/glassboxllms/visualization/adapters.py
src/glassboxllms/visualization/interactive.py
src/glassboxllms/visualization/plots.py
src/glassboxllms/visualization/scenes.py
src/glassboxllms/visualization/manim_scenes/__init__.py
src/glassboxllms/visualization/manim_scenes/circuit_discovery.py
src/glassboxllms/visualization/manim_scenes/full_pipeline.py
src/glassboxllms/visualization/manim_scenes/probing_hyperplane.py
src/glassboxllms/visualization/manim_scenes/sae_feature_discovery.py
src/glassboxllms/visualization/manim_scenes/steering_vector.py
src/glassboxllms/visualization/manim_scenes/utils.py
tests/test.py
tests/test_activation_patching.py
tests/test_activation_store.py
tests/test_attribution_integrated_gradients.py
tests/test_circuit_discovery_experiment.py
tests/test_circuit_discovery_validation.py
tests/test_circuit_graph.py
tests/test_feature_atlas.py
tests/test_integration_instrumentation.py
tests/test_integration_probes.py
tests/test_patching-interventions.py
tests/test_sae.py
tests/test_sae_experiment.py
tests/test_sae_integration.py
tests/test_visualization.py
tests/test_visualization_adapters.py