-
Install Anaconda:
Download Anaconda from https://www.anaconda.com/. -
Create a Virtual Environment:
conda create -n swarm_env python=3.10 pip
-
Activate the Virtual Environment:
conda activate swarm_env
-
Clone the Repo:
git clone https://github.com/john-adeojo/agency_swarm_tutorial.git
-
Navigate to the Repo:
cd /path/to/your-repo/agency_swarm_tutorial
-
Install Requirements:
pip install -r requirements.txt
-
Open the
config.yaml
:nano config.yaml
-
Enter API Keys:
- Serper API Key: Get it from https://serper.dev/
- OpenAI API Key: Get it from https://openai.com/
python app.py "YOUR QUERY"
settings.json is automatomatically created by Agency Swarm.