Runtime EU AI Act compliance enforcement. Deterministic. Not probabilistic.
ComplyEdge enforces EU AI Act Articles 5, 50, and GPAI obligations (51–55) at runtime — on every AI input and output, in production. The enforcement engine decides in ~64ms p50 (the opa_latency_ms field returned on every decision).
pip install complyedgefrom complyedge import compliance_check
@compliance_check(jurisdiction="EU")
def your_ai_function(text: str) -> str:
return call_llm(text) # compliance enforced automatically| Tool | Enforcement | Accuracy | Audit Trail |
|---|---|---|---|
| ComplyEdge | Runtime | Deterministic (regex + OPA) | Article + citation + hash |
| TraceGov | Runtime | 60–67% | Score only |
| Kosmoy | Gateway | Probabilistic SLM | Confidence score |
| Promptfoo | Pre-deploy | Test-based | No |
64 YAML rules, compiled to 69 OPA/Rego policies (63 leaf policies and 6 package aggregators), of which 51 leaves are the EU AI Act:
- EU AI Act Article 5 — 9 prohibited practices (social scoring, biometric ID, predictive policing, emotion recognition, ...)
- EU AI Act Article 50 — 5 transparency obligations (AI disclosure, deepfakes, chatbot identity, watermarking)
- GPAI Articles 51–55 — 5 obligations (model classification, copyright, documentation, systemic risk, downstream)
- Other EU AI Act articles — 11 covering Art 4, 6, 9, 10, 12, 13, 14, 15, 16, 26 and 27
- GDPR — 6 (consent, DPIA, erasure, minimisation, breach notification, cross-border transfer)
- US + global — 28 across SOX, HIPAA, TCPA, COPPA, PCI DSS, sanctions and prompt security
Every EU AI Act rule is open source, and every blocked request carries a verbatim article citation.
| Repo | Description |
|---|---|
| complyedge | Open source compliance engine, SDKs, and rules |
| complyedge-platform | Full platform (private, not publicly accessible) |
- 🌐 complyedge.io — Website
- 📖 Quick Start Guide
- 📚 API Reference
- 💰 Pricing
Apache 2.0 · EU AI Act: GPAI obligations carry fines from 2 August 2026
