Archon
Built at Google I/O Hackathon · May 23, 2026 · San Francisco, CA
RepoGraph AI RepoGraph AI is an autonomous, multi-agent developer cockpit powered by Gemini that maps, audits, refactors, and secures codebases — with every AI decision verified by the compiler, the graph, and the static analyzer before it reaches a human. The Problem Engineering teams suffer from silent architectural drift — circular dependencies, SOLID violations, and security vulnerabilities accumulating commit by commit. Current AI coding tools generate code confidently but never verify it, reason about architecture holistically, or check their own work. What It Does Upload any repository and RepoGraph AI deploys a coordinated team of Gemini agents that: Builds a live semantic graph using 10 parallel file analyzer agents communicating through typed Pydantic schemas Audits architectural health with SOLID principles scoring and circular dependency detection Validates design intent by reading your architecture diagram as an image and comparing it to actual code — genuine multimodal reasoning Autonomously fixes violations through a tri-agent pipeline: Architect plans, Coder implements, Reviewer critiques Verifies every generated change through a 4-gate pipeline: AST correctness → blast radius safety → CWE security scan → adversarial critic review Narrates architectural history by scrubbing through git commits and rebuilding the graph at every snapshot Exposes the entire suite as MCP tools callable directly from Cursor, VSCode, and Claude Desktop