Files
EvoSynth/jailbreak_toolbox/attacks/blackbox/implementations/__init__.py
dongdongunique 8ac995bd81 Complete EvoSynth framework setup
- Updated README.md with comprehensive documentation
- Added requirements.txt with verified dependencies
- Added .gitignore to exclude sensitive files
- Implemented context length protection for access_runcontext_history
- Removed torch dependency to avoid confusion
- All changes tested and verified
2025-12-10 05:29:53 +08:00

4 lines
138 B
Python

from jailbreak_toolbox.attacks.blackbox.implementations.evosynth.evosynth_attack import EvosynthAttack
__all__ = [
'EvosynthAttack',
]