mirror of
https://github.com/dongdongunique/EvoSynth.git
synced 2026-02-12 17:22:44 +00:00
🔄 Change license: MIT → AGPL v3
- Update README badge to reflect AGPL v3 license - License provides stronger copyleft requirements for modified versions
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
[](https://arxiv.org/abs/2511.12710)
|
||||
[](https://www.python.org/downloads/)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||
|
||||
**The first framework to autonomously engineer novel, executable, code-based attack algorithms**
|
||||
|
||||
@@ -133,8 +133,8 @@ Create a `.env` file with your API credentials:
|
||||
```python
|
||||
import asyncio
|
||||
import os
|
||||
from jailbreak_toolbox.models.implementations.openai_model import OpenAIModel
|
||||
from jailbreak_toolbox.attacks.blackbox.implementations.evosynth import EvosynthAttack, EvosynthConfig
|
||||
from OpenRT.models.implementations.openai_model import OpenAIModel
|
||||
from OpenRT.attacks.blackbox.implementations.evosynth import EvosynthAttack, EvosynthConfig
|
||||
from dotenv import load_dotenv
|
||||
load_dotenv()
|
||||
|
||||
@@ -207,7 +207,7 @@ EvoSynth/
|
||||
├── eval_async.py # Main entry point
|
||||
├── data/
|
||||
│ └── harmbench.csv # Evaluation dataset
|
||||
└── jailbreak_toolbox/
|
||||
└── OpenRT/
|
||||
├── core/ # Orchestration & registry
|
||||
│ ├── async_orchestrator.py
|
||||
│ └── registry.py
|
||||
|
||||
Reference in New Issue
Block a user