Files
2023-07-25 19:24:17 +05:30

9 lines
183 B
Bash
Executable File

#!/bin/bash
# Downloads the tools
python superagi/tool_manager.py
# Install dependencies
./install_tool_dependencies.sh
exec celery -A superagi.worker worker --beat --loglevel=info