Skip to content

FlyingJ/bd-ai-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boot.dev AI agent

Prerequisites

  • Python 3.10+
  • uv
  • shell access
  • Google AI API key 1

Prepare the project environment

create projects

$ uv init your-project-name
$ cd your-project-name

create python virtual environment

$ uv venv

activate virtual environment

$ source .venv/bin/activate

add project module dependencies

$ uv add google-genai==1.12.1
$ uv add python-dotenv==1.1.0

Run the project

$ uv run main.py

Resources

Footnotes

  1. Google AI Studio - API Keys

About

Implementation for b.d ai agent project

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages