README.md
Rendering markdown...
[project]
name = "aaa-security-assessment"
version = "0.2.0"
description = "AAA Security Assessment Framework for CVE Exploitation Testing using A2A Protocol"
requires-python = ">=3.11"
authors = [
{ name = "Xiaoyuan Liu", email = "[email protected]" },
{ name = "Shi Qiu", email = "[email protected]" },
]
dependencies = [
# Needed for A2AStarletteApplication (starlette + sse-starlette)
"a2a-sdk[http-server]==0.3.22",
"httpx==0.28.1",
"litellm==1.74.3",
"uvicorn==0.35.0",
"typer==0.16.0",
"python-dotenv==1.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]