- This project is titled 'AI Coding Agent using Google Gemini API' in which a CLI tool was made that could operate on local directories and files using predefined functions.
- Developed a command-line AI coding assistant inspired by Claude Code, leveraging Google’s free Gemini LLM API to autonomously analyze and modify codebases.
- Implemented agent functionality to scan directories, read and overwrite files, and execute Python scripts in a loop until coding tasks were resolved.
- It performed those operations using already defined functions from user end on the files and folders in the project directory.