Files
2026-07-13 12:43:34 +08:00

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