AI Agent for Debugging Code

Active

A CLI tool for working through code errors with help from an AI model.

Built with Python and the Google GenAI SDK, it reads error context, inspects the likely failure points, and suggests the next debugging step. The aim is not to replace careful debugging, but to make the first pass less slow and less scattered.

View Project on GitHub ↗