AI RESEARCH

Code Broker: A Multi-Agent System for Automated Code Quality Assessment

arXiv CS.AI

ArXi:2604.23088v1 Announce Type: cross We present Code Broker, a multi agent system built with Google Agent Development Kit ADK that analyses Python code from files, local directories, or GitHub repositories and generates actionable quality assessment reports. The system employs a hierarchical five agents architecture in which a root orchestrator coordinates a sequential pipeline agent, which in turn dispatches three specialised agents in parallel a Correctness Assessor, a Style Assessor, and a Description Generator before synthesising findings through an Improvement Recommender.