Skip to content

marmelab/swarm-agents-bike-rental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bike Rental Example With Swarm

A demonstration of how to use the Swarm library to manage a bike rental service with specialized agents.

Environment variables

To run this example, create a .env file and set the OPENAI_API_KEY variable with your OpenAI API key.

cp .env.example .env

Requirements

Requires Python 3.10+. It may be necessary to run the following commands within a Python virtual environment. To create one, use the command below:

python3.10 -m venv ./.venv
source .venv/bin/activate

Install

make install

Usage

make run

Evaluation

make eval

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published