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 2fbfcb8a82
bugfix
10 months ago
..
nginx update 10 months ago
systemd update 10 months ago
Makefile update 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 update 10 months ago
install.sh update 10 months ago
logger.yaml first version to test 10 months ago
main.py bugfix 10 months ago
requirements.txt Create requirements.txt 10 months ago
rerun-git.sh update 10 months ago
rerun.sh update 10 months ago
skypilot.yaml Merge branch 'master' into 668 10 months ago
test.sh first version to test 10 months ago
test2.sh adding hunter 10 months ago
test_api.py [AGENT][LiteLLM FIX] [API FIX] 10 months ago
uvicorn_runner.py adding hunter 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