code_debugger_agent / README.md
Projecthack's picture
Update README.md
ce83a51 verified
|
Raw
History Blame Contribute Delete
488 Bytes
---
title: AI Code Debugger Agent
emoji: 🐞
colorFrom: gray
colorTo: red
sdk: gradio
sdk_version: 5.32.0
app_file: app.py
pinned: false
---
# 🧠 AI Code Debugger Agent
This Gradio-based web app takes buggy Python code, suggests multiple fixes using GPT-4, runs the first fix, and displays output/errors. It also remembers your inputs during the session.
## πŸ›  Features
- Multiple bug fix suggestions
- GPT-4 powered debugging
- Code execution & error display
- In-session memory