Back
Year
2026
Tech & Technique
Python, FastAPI, Google ADK, Gemini 2.5, Pydantic
Description
Codessey is a multi-agent code review system that ingests pasted code, uploads, or GitHub URLs and produces a structured Markdown report. Four specialist agents (logic, security, readability, performance) run in parallel via Google ADK, then a conductor synthesizes findings with deterministic health scoring, secret redaction, and SSRF-safe GitHub ingestion — built for the GDG YorkU Hackathon.
My Role
Built the product end-to-end outside the backend service layer for now: agent workflow design (fan-out/fan-in specialists + conductor), review UX and report rendering, ingestion/validation flows (chunking, language detect, GitHub URL path), security hardening (injection defenses, redaction), CLI demo path, and overall system architecture for a reliable demo-day experience.