Simple CLI tool to analyze errors using AI.
- Paste error in terminal
- Get explanation + fix
- Clean formatted output
- Typing animation
-
Install dependencies: pip install fastapi uvicorn openai python-dotenv requests
-
Add
.env: OPENAI_API_KEY=your_api_key -
Run API:
uvicorn main:app --reload -
Run CLI:
python cli.py
Enter any error in terminal and get instant solution.
Type exit to quit.
ai-debugger/
βββ assets/
β βββ capture.png
βββ main.py
βββ cli.py
βββ README.md
