Skip to content

ictorv/DebugCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AI Debug Assistant

Simple CLI tool to analyze errors using AI.

Features

  • Paste error in terminal
  • Get explanation + fix
  • Clean formatted output
  • Typing animation

πŸ›  Setup

  1. Install dependencies: pip install fastapi uvicorn openai python-dotenv requests

  2. Add .env: OPENAI_API_KEY=your_api_key

  3. Run API: uvicorn main:app --reload

  4. Run CLI: python cli.py

Usage

Enter any error in terminal and get instant solution.

Type exit to quit.

Folder Structure

ai-debugger/
│── assets/
β”‚   └── capture.png
│── main.py
│── cli.py
│── README.md

Preview

screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages