mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-09 03:06:05 +02:00
feat(Clean up html):
This commit is contained in:
@@ -58,9 +58,6 @@
|
|||||||
<i class="text-earth-1" data-lucide="triangle"></i>
|
<i class="text-earth-1" data-lucide="triangle"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="header__actions flex items-center space-x-4">
|
<div class="header__actions flex items-center space-x-4">
|
||||||
<!-- <button class="btn btn--primary disabled"> <span
|
|
||||||
data-lucide="square-stack"></span><span
|
|
||||||
class="hidden lg:inline">Upload prompts</span> </button> -->
|
|
||||||
<a href="https://github.com/msoedov/langalf" target="_blank"
|
<a href="https://github.com/msoedov/langalf" target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
class="github-link flex items-center gap-4 hover:text-accent focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-accent"
|
class="github-link flex items-center gap-4 hover:text-accent focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-accent"
|
||||||
@@ -70,7 +67,7 @@
|
|||||||
d="..."></path></svg>
|
d="..."></path></svg>
|
||||||
<span class="hidden lg:inline">Docs</span>
|
<span class="hidden lg:inline">Docs</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/arekusandr/langalf" target="_blank"
|
<!-- <a href="https://github.com/msoedov/langalf" target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
class="github-link flex items-center gap-4 hover:text-accent focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-accent"
|
class="github-link flex items-center gap-4 hover:text-accent focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-accent"
|
||||||
aria-label="Star on GitHub">
|
aria-label="Star on GitHub">
|
||||||
@@ -79,7 +76,7 @@
|
|||||||
d="..."></path></svg>
|
d="..."></path></svg>
|
||||||
<span class="hidden lg:inline">Github</span>
|
<span class="hidden lg:inline">Github</span>
|
||||||
<i data-lucide="github">I</i>
|
<i data-lucide="github">I</i>
|
||||||
</a>
|
</a> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -139,7 +136,6 @@
|
|||||||
LLM API Spec, PROMPT variable will be replaced with the
|
LLM API Spec, PROMPT variable will be replaced with the
|
||||||
testing prompt
|
testing prompt
|
||||||
|
|
||||||
<!-- <button :click="hide">hide^</button> -->
|
|
||||||
</label>
|
</label>
|
||||||
<textarea
|
<textarea
|
||||||
class="border-input shadow appearance-none border custom-textarea rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
|
class="border-input shadow appearance-none border custom-textarea rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langalf"
|
name = "langalf"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
description = "Agentic LLM vulnerability scanner"
|
description = "Agentic LLM vulnerability scanner"
|
||||||
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
||||||
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user