LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
docs/EXAMPLES.md
docs/FULL_GUIDE.md
docs/test_output.txt
scripts/demo.py
scripts/quick_test.py
scripts/run_tests.py
src/ai_safety_tester/__init__.py
src/ai_safety_tester/benchmark.py
src/ai_safety_tester/metrics.py
src/ai_safety_tester/severity.py
src/ai_safety_tester/tester.py
src/ai_safety_tester.egg-info/PKG-INFO
src/ai_safety_tester.egg-info/SOURCES.txt
src/ai_safety_tester.egg-info/dependency_links.txt
src/ai_safety_tester.egg-info/entry_points.txt
src/ai_safety_tester.egg-info/requires.txt
src/ai_safety_tester.egg-info/top_level.txt
src/ai_safety_tester/providers/__init__.py
src/ai_safety_tester/providers/base.py
src/ai_safety_tester/providers/ollama_provider.py
src/ai_safety_tester/providers/openai_provider.py
tests/__init__.py
tests/conftest.py
tests/test_simple_ai.py
tests/test_unit.py