LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
antler/__init__.py
antler/__main__.py
antler/attempt.py
antler/classfactory.py
antler/cli.py
antler/encoder.py
antler/evaluation.py
antler/evaluator.py
antler/filehandler.py
antler/jsonparser.py
antler/logwriter.py
antler/result.py
antler.egg-info/PKG-INFO
antler.egg-info/SOURCES.txt
antler.egg-info/dependency_links.txt
antler.egg-info/entry_points.txt
antler.egg-info/requires.txt
antler.egg-info/top_level.txt
antler/detectors/__init__.py
antler/detectors/anddetector.py
antler/detectors/detector.py
antler/detectors/keyworddetector.py
antler/detectors/notdetector.py
antler/detectors/ordetector.py
antler/detectors/regexdetector.py
antler/detectors/sensitivekeyworddetector.py
antler/explorers/__init__.py
antler/explorers/bestinclassexplorer.py
antler/explorers/classexplorer.py
antler/explorers/exhaustivesearch.py
antler/explorers/explorer.py
antler/explorers/greedyhillclimbexplorer.py
antler/explorers/heuristichillclimbexplorer.py
antler/explorers/randomsearch.py
antler/explorers/simulatedannealing.py
antler/generators/__init__.py
antler/generators/generator.py
antler/generators/gpt4all.py
antler/generators/nvidia.py
antler/generators/ollama.py
antler/generators/openai.py
antler/generators/replicate.py
antler/harnesses/__init__.py
antler/harnesses/harness.py
antler/harnesses/linearharness.py
antler/harnesses/multiprocessharness.py
antler/probes/__init__.py
antler/probes/buildabomb.py
antler/probes/creditcarddetails.py
antler/probes/cursewordfuck.py
antler/probes/disguiseforattack.py
antler/probes/disguisewhilemasturbating.py
antler/probes/escortlink.py
antler/probes/illegaldrugs.py
antler/probes/killingmyself.py
antler/probes/pedophiliagroups.py
antler/probes/probe.py
antler/probes/sellmyorgans.py
antler/probes/suicidenote.py
antler/probes/taxevasion.py
antler/techniques/__init__.py
antler/techniques/acceptingprefix.py
antler/techniques/addnoise.py
antler/techniques/altertext.py
antler/techniques/convincemissingknowledge.py
antler/techniques/defineability.py
antler/techniques/describinganswerformat.py
antler/techniques/encoding.py
antler/techniques/escapeuserprompt.py
antler/techniques/hypotheticalscenario.py
antler/techniques/ignoreinstructions.py
antler/techniques/ignoretraining.py
antler/techniques/indirectrequest.py
antler/techniques/limitingoutput.py
antler/techniques/markup.py
antler/techniques/nonnaturallanguage.py
antler/techniques/obfuscatingcode.py
antler/techniques/refusalsuppression.py
antler/techniques/repetition.py
antler/techniques/requestmultipleanswers.py
antler/techniques/roleplay.py
antler/techniques/stressingimportance.py
antler/techniques/sympathy.py
antler/techniques/taggingprefix.py
antler/techniques/technique.py
antler/techniques/threaten.py
antler/transforms/__init__.py
antler/transforms/transform.py
tests/test_attempt.py
tests/test_detector.py
tests/test_encoder.py
tests/test_evaluator.py
tests/test_explorer.py
tests/test_generators.py
tests/test_harnesses.py
tests/test_logwriter.py
tests/test_probes.py
tests/test_techniques.py
tests/test_transform.py