Pickles
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."
Getting Started
Clone this repo then from the project directory:
uv venv && uv sync --locked
Running the agent against the sample "calculator" app
uv run main.py "Run all test cases and tell me the result" --verbose