Skip to content

Use CrewAI + Browserbase to get flight suggestions from the CLI via Kayak

Notifications You must be signed in to change notification settings

browserbase/crewai-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial: build a Flight Booking Crew

Build a Crew that finds the best roundtrip flights on the given dates.

This is based off the guide in the Browserbase docs

Setup

This project uses Poetry for dependency management. You can install dependencies here either by running poetry install or pip install .

You will also need to set up a .env file with the following variables:

BROWSERBASE_API_KEY=your-browserbase-api-key
BROWSERBASE_PROJECT_ID=your-browserbase-project-id
OPENAI_API_KEY=your-openai-api-key
OPENAI_MODEL_NAME=gpt-4-turbo

Running the Crew

To run the Crew, run poetry run python main.py "flights from SF to New York on November 5th"

About

Use CrewAI + Browserbase to get flight suggestions from the CLI via Kayak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages