🎯 What Are We Building?
We're building an AI-powered Code Review Agent that can:
- Scan entire folders of code (HTML, CSS, JavaScript)
- Read all files automatically
- Find bugs, security issues, and bad code
- Fix the problems by rewriting the files
- Report what was fixed
Think of it as your personal code assistant that reviews your projects and fixes issues automatically!
🧠Why This Project?
Real-World Problem:
- Developers make mistakes (bugs, security holes, bad practices)
- Manually reviewing code is slow and boring
- We need an automated assistant
What You'll Learn:
- How to work with files and folders programmatically
- How AI can interact with your computer safely
- Function calling - giving AI "tools" to use
- Building practical CLI applications