Skip to content

lordpython/kuwait-swarm

Repository files navigation

Setting Up Agency Swarm Script

Prerequisites

  1. Install Anaconda:
    Download Anaconda from https://www.anaconda.com/.

  2. Create a Virtual Environment:

    conda create -n swarm_env python=3.10 pip
  3. Activate the Virtual Environment:

    conda activate swarm_env

Clone and Navigate to the Repository

  1. Clone the Repo:

    git clone https://github.com/john-adeojo/agency_swarm_tutorial.git
  2. Navigate to the Repo:

    cd /path/to/your-repo/agency_swarm_tutorial
  3. Install Requirements:

    pip install -r requirements.txt

Configure API Keys

  1. Open the config.yaml:

    nano config.yaml
  2. Enter API Keys:

Run Your Query

python app.py "YOUR QUERY"

Note!

settings.json is automatomatically created by Agency Swarm.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published