You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Project Description
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.