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/graph.py
src/glassboxllms/experiments/cot_faithfulness/__init__.py
src/glassboxllms/experiments/cot_faithfulness/baselines.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/trainer.py
src/glassboxllms/instrumentation/activations.py
src/glassboxllms/primitives/probes/base.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