🎯 What Are We Building?

We're building an AI-powered Code Review Agent that can:

  1. Scan entire folders of code (HTML, CSS, JavaScript)
  2. Read all files automatically
  3. Find bugs, security issues, and bad code
  4. Fix the problems by rewriting the files
  5. 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:

What You'll Learn:

  1. How to work with files and folders programmatically
  2. How AI can interact with your computer safely
  3. Function calling - giving AI "tools" to use
  4. Building practical CLI applications