Initial commit

This commit is contained in:
2026-05-09 16:00:38 +03:00
parent 9c5dd913c1
commit 52320f4147
20 changed files with 4814 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "hack-llm-mini-quest"
version = "0.1.0"
description = "Mini quest for testing prompt injection resilience."
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
"httpx>=0.28.0",
"langchain-core>=0.3.0",
"langchain-openai>=0.2.0",
"pydantic-settings>=2.6.0",
"structlog>=24.4.0",
"uvicorn>=0.32.0",
]
[tool.uv]
package = false