Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 658 Bytes

File metadata and controls

26 lines (15 loc) · 658 Bytes

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

Link to course

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