From 8ce46e49aeb9926dc6a7eb4e6d774a049156f2c0 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 03:08:50 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/agent.py b/agent.py index 0b82cd6..96e1afe 100644 --- a/agent.py +++ b/agent.py @@ -113,15 +113,6 @@ class ProbeMode(str, Enum): SYNTHETIC = "synthetic" -class AuditScope(str, Enum): - CARD = "card" - CONFIGURATION = "configuration" - RUNTIME = "runtime" - REPOSITORY = "repository" - RISK = "risk" - REMEDIATION = "remediation" - - class Evidence(StrictModel): id: str source: str