a2a-source-edit: write agent.py
This commit is contained in:
9
agent.py
9
agent.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user