omni_bot / playground /swarms /swarms_example.py
Zack Zitting Bradshaw
Upload folder using huggingface_hub
4962437
from swarms import HierarchicalSwarm
# Retrieve your API key from the environment or replace with your actual key
api_key = ""
# Initialize HierarchicalSwarm with your API key
swarm = HierarchicalSwarm(api_key)
# Define an objective
objective = "Find 20 potential customers for a HierarchicalSwarm based AI Agent automation infrastructure"
# Run HierarchicalSwarm
swarm.run(objective)