This commit is contained in:
2025-10-21 03:48:46 -04:00
parent f5889ece32
commit b1b3e39cd9
11 changed files with 712 additions and 20 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "redteam"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["datasets>=4.2.0", "instructor>=1.7.2", "modaic>=0.4.0", "openai>=1.99.9", "pydantic>=2.12.3", "tqdm>=4.67.1", "verdict>=0.2.7"]