File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11prune tests
2- recursive-include agent_action_guard *.pt *.json
2+ recursive-include agent_action_guard *.onnx *.json
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " agent-action-guard"
7- version = " 1.1.3 "
7+ version = " 1.1.4 "
88description = " Runtime classifier for screening AI agent actions as safe, harmful, or unethical."
99readme = {file = " README.md" , content-type = " text/markdown" }
1010license = " CC-BY-4.0"
@@ -62,7 +62,10 @@ exclude = ["agent_action_guard.scripts*"]
6262include-package-data = true
6363
6464[tool .setuptools .package-data ]
65- agent_action_guard = [" action_classifier_model.pt" , " harmactions_dataset.json" ]
65+ agent_action_guard = [
66+ " action_classifier_model.onnx" ,
67+ " harmactions_dataset.json" ,
68+ ]
6669
6770[project .optional-dependencies ]
6871harmactionseval = [
You can’t perform that action at this time.
0 commit comments