Python AI Agent project from Boot.dev!
- Python 3.10 + installed
- The uv project/package manager (installation docs)
- Access to a Unix-like shell (e.g.
zshorbash) - A Google AI Studio account
Create a .env file with GEMINI_API_KEY in it.
Create a venv
uv venvActivate the .venv
source .venv/bin/activateSync depencies:
uv syncRun the project:
uv run main.py "fix my calculator app, it's not starting correctly"