Metadata-Version: 2.3
Name: stackloop
Version: 1.0.1
Summary: AI-powered debugging agent that automatically runs, analyzes, and fixes your code
Keywords: ai,debugging,automation,code-fixing,developer-tools
Author: Blessed Josiah
Author-email: blessed_josiah@yahoo.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Debuggers
Requires-Dist: pydantic-ai (>=1.12.0,<2.0.0)
Requires-Dist: pyfiglet (>=1.0.4,<2.0.0)
Requires-Dist: python-dotenv (>=1.2.1,<2.0.0)
Requires-Dist: questionary (>=2.1.1,<3.0.0)
Requires-Dist: rich (>=14.2.0,<15.0.0)
Requires-Dist: typer (>=0.20.0,<0.21.0)
Project-URL: Homepage, https://github.com/bjoxiah/stackloop
Project-URL: Repository, https://github.com/bjoxiah/stackloop
Description-Content-Type: text/markdown

# StackLoop

AI-powered debugging agent that automatically runs, analyzes, and fixes your code.

[![YouTube](https://img.shields.io/badge/YouTube-Tutorial-red)](https://youtu.be/He-vkp1qUzU)

## Installation
```bash
pip install stackloop
```

## Usage
```bash
# Run in current directory
stackloop run

# Run in specific directory
stackloop run /path/to/your/project
```

## 🎥 Video Tutorial

Watch the complete walkthrough: [YouTube Link](https://youtu.be/He-vkp1qUzU)

Timestamps:
- 00:00 - Intro  
- 00:59 - Fine-Tuning Processes  
- 03:20 - Colab Code Review  
- 15:14 - Conclusion  

## Features

- 🤖 AI-powered error analysis
- 🔧 Automatic code fixes
- 🔄 Iterative debugging
- 💾 Safe backups before modifications
- 🎨 Beautiful CLI interface

## Requirements

- Python 3.9+
- API keys for inference API providers (Groq, OpenAI, Anthropic, etc.)
## Configuration

Create a `.env` file in your project directory with at least one API key:
```
OPENAI_API_KEY=your_key_here
ANTHROPIC_API_KEY=your_key_here
GROQ_API_KEY=your_key_here
GOOGLE_API_KEY=your_key_here
MISTRAL_API_KEY=your_key_here
```

## License

MIT License
