Skip to content

Commit 1defd73

Browse files
authored
feat: AIRT Image Attack Cleanup (#206)
* Add task entrypoints and cli wiring * wip: More working AIRT image attacks with various fixes. Trials as probes. Start of GEPA. * wip * Add attack cli. Cleanup logging throughout study/eval. * Relock
1 parent 231313e commit 1defd73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+8250
-3747
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
rev: v2.4.1
3333
hooks:
3434
- id: codespell
35-
entry: codespell -q 3 -f --skip=".git,.github,README.md,poetry.lock,uv.lock" -L astroid,braket,te,ROUGE,lief,punctuations
35+
entry: codespell -q 3 -f --skip=".git,.github,README.md,poetry.lock,uv.lock" -L astroid,braket,te,ROUGE,lief,punctuations,asend
3636

3737
# Python code security
3838
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)