Skip to content

bjoxiah/stackloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackLoop

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

YouTube PyPI - Version

Installation

pip install stackloop

Usage

# Run in current directory
stackloop run

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

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

License

MIT License

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages