Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.62 KB

readme.md

File metadata and controls

57 lines (42 loc) · 2.62 KB

Logo

Clean Coder: Your 2-in-1 AI Scrum Master and Developer


Clean Coder is your AI-powered software project assistant. Delegate planning, managing, and coding to AI. Agents create tasks within Todoist, write code, and test it, helping you create great projects with minimal effort and stress!

⭐️ Your star motivates me to introduce new cool features! ⭐️


🏖️ Relax and watch it code

git clone https://github.com/GregorD1A1/Clean-Coder-AI
cd Clean-Coder-AI

pip install -r requirements.txt

# provide path to the project directory you'll work on
export WORK_DIR=/path/to/your/project/dir

export OPENAI_API_KEY=your_api_key_here
export ANTHROPIC_API_KEY=your_api_key_here

python clean_coder_pipeline.py

or check detailed instructions how to start in documentation.

You can also deploy with Docker.

✨ Key advantages:

📺 Demo videos

🌱 Contibutions

All contributions to the project are very welcome! Please check the contributions guide.