LICENSE
README.md
pyproject.toml
src/alignmenter/__init__.py
src/alignmenter/cli.py
src/alignmenter/config.py
src/alignmenter/run_config.py
src/alignmenter/runner.py
src/alignmenter.egg-info/PKG-INFO
src/alignmenter.egg-info/SOURCES.txt
src/alignmenter.egg-info/dependency_links.txt
src/alignmenter.egg-info/entry_points.txt
src/alignmenter.egg-info/requires.txt
src/alignmenter.egg-info/top_level.txt
src/alignmenter/calibration/__init__.py
src/alignmenter/calibration/analyze.py
src/alignmenter/calibration/bounds.py
src/alignmenter/calibration/diagnose.py
src/alignmenter/calibration/generate.py
src/alignmenter/calibration/label.py
src/alignmenter/calibration/optimize.py
src/alignmenter/calibration/sampling.py
src/alignmenter/calibration/validate.py
src/alignmenter/data/configs/demo_config.yaml
src/alignmenter/data/configs/run.yaml
src/alignmenter/data/configs/safety_keywords.yaml
src/alignmenter/data/configs/judges/safety_prompt.txt
src/alignmenter/data/configs/persona/default.yaml
src/alignmenter/data/datasets/demo_conversations.jsonl
src/alignmenter/judges/__init__.py
src/alignmenter/judges/authenticity_judge.py
src/alignmenter/judges/prompts.py
src/alignmenter/providers/__init__.py
src/alignmenter/providers/anthropic.py
src/alignmenter/providers/base.py
src/alignmenter/providers/classifiers.py
src/alignmenter/providers/embeddings.py
src/alignmenter/providers/judges.py
src/alignmenter/providers/local.py
src/alignmenter/providers/openai.py
src/alignmenter/reporting/__init__.py
src/alignmenter/reporting/html.py
src/alignmenter/reporting/json_out.py
src/alignmenter/scorers/__init__.py
src/alignmenter/scorers/authenticity.py
src/alignmenter/scorers/safety.py
src/alignmenter/scorers/stability.py
src/alignmenter/scripts/__init__.py
src/alignmenter/scripts/bootstrap_dataset.py
src/alignmenter/scripts/calibrate_persona.py
src/alignmenter/scripts/run_openai_demo.py
src/alignmenter/scripts/sanitize_dataset.py
src/alignmenter/utils/__init__.py
src/alignmenter/utils/io.py
src/alignmenter/utils/tokens.py
src/alignmenter/utils/yaml.py
tests/test_authenticity_judge.py
tests/test_calibrate_persona.py
tests/test_cli_errors.py
tests/test_cli_helpers.py
tests/test_cli_import.py
tests/test_cli_init.py
tests/test_cli_run_config.py
tests/test_config.py
tests/test_judge_providers.py
tests/test_offline_safety.py
tests/test_persona_gpt.py
tests/test_provider_local.py
tests/test_provider_openai.py
tests/test_providers.py
tests/test_run_config_loader.py
tests/test_run_openai_demo.py
tests/test_runner.py
tests/test_sampling.py
tests/test_scorers.py
tests/test_smoke.py