LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
hypothesaes/__init__.py
hypothesaes/annotate.py
hypothesaes/embedding.py
hypothesaes/evaluation.py
hypothesaes/interpret_neurons.py
hypothesaes/llm_api.py
hypothesaes/llm_local.py
hypothesaes/quickstart.py
hypothesaes/sae.py
hypothesaes/select_neurons.py
hypothesaes/utils.py
hypothesaes.egg-info/PKG-INFO
hypothesaes.egg-info/SOURCES.txt
hypothesaes.egg-info/dependency_links.txt
hypothesaes.egg-info/requires.txt
hypothesaes.egg-info/top_level.txt
hypothesaes/prompts/annotate-simple.txt
hypothesaes/prompts/annotate.txt
hypothesaes/prompts/interpret-neuron-binary-reasoning.txt
hypothesaes/prompts/interpret-neuron-binary.txt
hypothesaes/prompts/surface-similarity.txt
tests/test_local_llm.py
tests/test_workflow.py