LICENSE
README.md
pyproject.toml
api/__init__.py
api/main.py
benchmarks/__init__.py
benchmarks/run_all.py
benchmarks/run_geo.py
benchmarks/run_ioi.py
benchmarks/run_sva.py
dashboard/__init__.py
dashboard/app.py
examples/01_ioi_circuit.py
examples/02_token_attribution.py
examples/03_logit_lens.py
examples/04_head_composition.py
examples/05_attention_patterns.py
glassbox/__init__.py
glassbox/alignment.py
glassbox/audit.py
glassbox/audit_log.py
glassbox/bias.py
glassbox/circuit_diff.py
glassbox/cli.py
glassbox/compliance.py
glassbox/composition.py
glassbox/core.py
glassbox/py.typed
glassbox/risk_register.py
glassbox/sae_attribution.py
glassbox/telemetry.py
glassbox/types.py
glassbox/utils.py
glassbox/widget.py
glassbox_mech_interp.egg-info/PKG-INFO
glassbox_mech_interp.egg-info/SOURCES.txt
glassbox_mech_interp.egg-info/dependency_links.txt
glassbox_mech_interp.egg-info/entry_points.txt
glassbox_mech_interp.egg-info/requires.txt
glassbox_mech_interp.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_audit_log.py
tests/test_compliance.py
tests/test_engine.py
tests/test_risk_register.py
tests/test_widget.py