compli
AI agents that find what you missed before it finds you.
YouTube Video
Project Description
Compli is a real-time autonomous compliance analysis system built on OpenClaw and CopilotKit.
When a developer pushes code to GitHub, Compli’s agentic pipeline automatically triggers: it fetches the real code diff, runs two adversarial AI agents in a Prisoner’s Dilemma game theory framework — a Prosecutor (hawk, risk tolerance 0.1) and a Defender (dove, risk tolerance 0.8) — who debate the compliance implications against GDPR, HIPAA, SOC2, SEC, and employment law. The Nash Equilibrium determines whether the violation is escalated, monitored, or dismissed.
The system builds a graph-based discourse map linking code patterns → regulations → violations, then posts a structured compliance report directly on the GitHub commit via Composio. It also supports manual pre-flight checks through a web UI where teams can test proposed decisions before shipping.
Two modes: Company (pre-flight check) and Investigator (find violations in external practices).
Stack: Next.js 16, CopilotKit, Composio (GitHub trigger + Google Drive policy doc retrieval), Groq (llama-3.3-70b-versatile), TypeScript, OpenClaw ClawUI Starter Kit.
Prior Work
No prior work. Compli was conceived, designed, and built entirely during this hackathon session on February 28, 2026. The ClawUI Starter Kit was used as a scaffolding base as provided by the hackathon organizers.