Section 01
Introduction to the Ciallo Framework: Innovation in Automated Program Repair Combining Prompt Chaining and LLM
Ciallo is an innovative Automated Program Repair (APR) framework whose core lies in combining the code generation capabilities of Large Language Models (LLM) with Prompt Chaining technology to locate and fix software defects through a structured multi-stage reasoning process. It addresses the limitations of traditional APR methods (such as insufficient template matching or search) and the flaws of pure LLM single-round dialogue (context constraints, insufficient reasoning depth, etc.). This article will introduce the features and value of Ciallo from aspects like background, design, technical architecture, experimental verification, deployment and usage.