mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-29 00:29:56 +02:00
feat(rename agentic_security):
This commit is contained in:
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user