You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/api
mike dupont b35f76f029
first version to test
10 months ago
..
nginx first version to test 10 months ago
systemd first version to test 10 months ago
Readme.md first version to test 10 months ago
agent_api_test.py first version to test 10 months ago
boot.sh first version to test 10 months ago
install.sh first version to test 10 months ago
logger.yaml first version to test 10 months ago
main.py first version to test 10 months ago
requirements.txt Create requirements.txt 10 months ago
skypilot.yaml Merge branch 'master' into 668 10 months ago
test.sh first version to test 10 months ago
test2.sh first version to test 10 months ago
test_api.py [AGENT][LiteLLM FIX] [API FIX] 10 months ago
uvicorn_runner.py first version to test 10 months ago

Readme.md

sudo bash ./install.sh

to redo all the steps remove the lock files

rm ${ROOT}/opt/swarms/install/*

or in my system:

export ROOT=/mnt/data1/swarms
sudo rm ${ROOT}/opt/swarms/install/*

rerun

export ROOT=/mnt/data1/swarms; 
sudo rm ${ROOT}/opt/swarms/install/*; 
sudo bash ./install.sh