feat(rename agentic_security):

This commit is contained in:
Alexander Myasoedov
2024-04-26 13:58:25 +03:00
parent 8182d5efec
commit ccca156323
25 changed files with 56 additions and 56 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
[tool.poetry]
name = "langalf"
name = "agentic_security"
version = "0.0.4"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
repository = "https://github.com/msoedov/langalf"
repository = "https://github.com/msoedov/agentic_security"
license = "MIT"
readme = "Readme.md"
keywords = [
@@ -18,11 +18,11 @@ keywords = [
"llm vulnerabilities",
"owasp-llm-top-10",
]
packages = [{ include = "langalf", from = "." }]
packages = [{ include = "agentic_security", from = "." }]
[tool.poetry.scripts]
langalf = "langalf.__main__:entrypoint"
agentic_security = "agentic_security.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.9"