A command-line AI assistant built with Python, LangGraph, and Google's Gemini model.
-
Clone the Repository
git clone [https://github.com/your-username/gemini-cli-agent.git](https://github.com/your-username/gemini-cli-agent.git) cd gemini-cli-agent -
Install Dependencies This project uses
uvfor package management. This command creates a virtual environment and installs all packages from theuv.lockfile.uv sync
-
Add API Key Create a new file named
.envand add your Google API key inside it:GOOGLE_API_KEY="YOUR_API_KEY_HERE"
-
Activate the Virtual Environment
source .venv/bin/activate # On Windows use: .venv\Scripts\activate
-
Run the Script
python main.py