a2a-source-edit: write agent.py

This commit is contained in:
a2a-cloud
2026-07-13 03:08:50 +00:00
parent 0e5a3812b1
commit 8ce46e49ae

View File

@@ -113,15 +113,6 @@ class ProbeMode(str, Enum):
SYNTHETIC = "synthetic" SYNTHETIC = "synthetic"
class AuditScope(str, Enum):
CARD = "card"
CONFIGURATION = "configuration"
RUNTIME = "runtime"
REPOSITORY = "repository"
RISK = "risk"
REMEDIATION = "remediation"
class Evidence(StrictModel): class Evidence(StrictModel):
id: str id: str
source: str source: str