.gitignore
.pre-commit-config.yaml
.python-version
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
raport_implementacji.md
uv.lock
.cursor/commands/fix-and-add-unit-tests.md
.cursor/commands/refactor-given-code.md
.cursor/plans/dokumentacja-implementacji-modu-w-i-automatyzacji-83a10087.plan.md
.cursor/plans/server-sae-full-metadata_b869cacf.plan.md
.cursor/rules/coding-rules.mdc
.cursor/rules/comments.mdc
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
.run/Unit tests.run.xml
docs/api.md
docs/index.md
docs/api/datasets.md
docs/api/hooks.md
docs/api/index.md
docs/api/language_model.md
docs/api/sae.md
docs/api/store.md
src/amber/__init__.py
src/amber/utils.py
src/amber/datasets/__init__.py
src/amber/datasets/base_dataset.py
src/amber/datasets/classification_dataset.py
src/amber/datasets/loading_strategy.py
src/amber/datasets/text_dataset.py
src/amber/hooks/__init__.py
src/amber/hooks/controller.py
src/amber/hooks/detector.py
src/amber/hooks/hook.py
src/amber/hooks/utils.py
src/amber/hooks/implementations/__init__.py
src/amber/hooks/implementations/function_controller.py
src/amber/hooks/implementations/layer_activation_detector.py
src/amber/hooks/implementations/model_input_detector.py
src/amber/hooks/implementations/model_output_detector.py
src/amber/language_model/__init__.py
src/amber/language_model/activations.py
src/amber/language_model/context.py
src/amber/language_model/contracts.py
src/amber/language_model/hook_metadata.py
src/amber/language_model/inference.py
src/amber/language_model/initialization.py
src/amber/language_model/language_model.py
src/amber/language_model/layers.py
src/amber/language_model/persistence.py
src/amber/language_model/tokenizer.py
src/amber/language_model/utils.py
src/amber/mechanistic/__init__.py
src/amber/mechanistic/sae/__init__.py
src/amber/mechanistic/sae/autoencoder_context.py
src/amber/mechanistic/sae/sae.py
src/amber/mechanistic/sae/sae_trainer.py
src/amber/mechanistic/sae/concepts/__init__.py
src/amber/mechanistic/sae/concepts/autoencoder_concepts.py
src/amber/mechanistic/sae/concepts/concept_dictionary.py
src/amber/mechanistic/sae/concepts/concept_models.py
src/amber/mechanistic/sae/concepts/input_tracker.py
src/amber/mechanistic/sae/modules/__init__.py
src/amber/mechanistic/sae/modules/l1_sae.py
src/amber/mechanistic/sae/modules/topk_sae.py
src/amber/mechanistic/sae/training/wandb_logger.py
src/amber/store/__init__.py
src/amber/store/local_store.py
src/amber/store/store.py
src/amber/store/store_dataloader.py
src/mi_crow.egg-info/PKG-INFO
src/mi_crow.egg-info/SOURCES.txt
src/mi_crow.egg-info/dependency_links.txt
src/mi_crow.egg-info/requires.txt
src/mi_crow.egg-info/top_level.txt