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