A study project for Boot.dev
The task was to build an AI agent using the Google Gemini API in python.
From the course description:
"Build an LLM-powered command-line program capable of reading, updating, and running Python code using the Gemini API. Learn how LLM's and agentic coding tools work."
Clone this repo then from the project directory:
uv venv && uv sync --lockeduv run main.py "Run all test cases and tell me the result" --verbose