A demonstration of how to use the Swarm library to manage a bike rental service with specialized agents.
To run this example, create a .env
file and set the OPENAI_API_KEY
variable with your OpenAI API key.
cp .env.example .env
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
make install
make run
make eval