Smooth Ocean
Provides AI-powered developer support for debugging Django and MySQL applications through a multi-agent pipeline.
About
Smooth Ocean is an AI-powered developer support system built on Google's Agent Development Kit (ADK) specifically designed to help debug Django and MySQL applications. It processes various inputs including error pages, screenshots, HTML, or free-form descriptions of issues. The system employs a multi-agent pipeline to systematically understand and trace application logic and data flow by mapping functions, sub-functions, and database models, aiming to provide comprehensive debugging assistance.
Key Features
- AI-powered multi-agent debugging pipeline
- Handles diverse inputs: screenshots, error pages, HTML, free-form text
- Maps functions, sub-functions, and database models to trace logic
- Connects to MySQL for data flow understanding (initially read-only)
- Orchestrates debugging workflow with ADK
- 1 GitHub stars
Use Cases
- Debugging complex issues in Django + MySQL applications
- Analyzing application logic and data flow for root cause identification
- Understanding code behavior from various contextual inputs like error pages and screenshots