feat: ZeroClaw compliance agent — document analysis + role assignment + email
Add autonomous compliance agent that fetches web documents (cookie banners, privacy policies), classifies them via Qwen/Ollama, assesses DSGVO compliance, assigns to the responsible role, and sends notification emails. Components: - ZeroClaw SOP (6-step workflow: fetch, classify, assess, summarize, assign, notify) - Backend: /api/compliance/agent/analyze (combined endpoint) - Backend: /api/compliance/agent/notify (standalone email) - Frontend: /sdk/agent page (Manager UI with URL input + results) - Helper scripts + E2E test Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
15
zeroclaw/sops/compliance-analyst/SOP.toml
Normal file
15
zeroclaw/sops/compliance-analyst/SOP.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[sop]
|
||||
name = "compliance-analyst"
|
||||
description = "Fetch a web document (cookie banner, privacy policy), analyze for DSGVO compliance via BreakPilot SDK, assign to responsible role, notify via email"
|
||||
version = "1.0.0"
|
||||
priority = "normal"
|
||||
execution_mode = "supervised"
|
||||
max_concurrent = 1
|
||||
cooldown_secs = 60
|
||||
|
||||
[[triggers]]
|
||||
type = "manual"
|
||||
|
||||
[[triggers]]
|
||||
type = "webhook"
|
||||
path = "/sop/compliance-analyst"
|
||||
Reference in New Issue
Block a user