DevTools
Automates the debugging of Django and MySQL applications using an AI-powered, multi-agent pipeline.
About
DevTools is an AI-powered developer support system designed to streamline debugging, automation, and orchestration of developer workflows. Built on Google's ADK Framework, it specializes in diagnosing issues within Django and MySQL applications. The system processes various inputs—including error pages, screenshots, raw HTML, and free-form descriptions—then employs a multi-agent pipeline to understand problems, trace logic by mapping functions and sub-functions, and analyze data flow using database models, ultimately providing comprehensive debugging assistance.
Key Features
- AI-powered multi-agent pipeline for structured debugging
- Accepts diverse inputs: error pages (HTML, image, text), screenshots, free-form descriptions, and links
- Traces application logic and data flow by mapping functions, sub-functions, and database models
- Orchestrates debugging tasks using Google's ADK (Agent Development Kit) Framework
- Integrates with MySQL databases for data context (initial read-only access)
- 1 GitHub stars
Use Cases
- Debugging complex issues in Django web applications
- Diagnosing problems related to MySQL database interactions within applications
- Automating and orchestrating developer support and debugging workflows