Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 663 Bytes

File metadata and controls

7 lines (6 loc) · 663 Bytes

ai-agent-python

  • 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.