Spaces:
Sleeping
Sleeping
Update start_server.sh
Browse files- start_server.sh +9 -0
start_server.sh
CHANGED
|
@@ -33,6 +33,15 @@ fi
|
|
| 33 |
|
| 34 |
git config --global http.postBuffer 524288000
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
# ========================
|
| 37 |
# VSCode Server
|
| 38 |
# ========================
|
|
|
|
| 33 |
|
| 34 |
git config --global http.postBuffer 524288000
|
| 35 |
|
| 36 |
+
# ========================
|
| 37 |
+
# Agent
|
| 38 |
+
# ========================
|
| 39 |
+
# STEP 2 ADD
|
| 40 |
+
if [ -f "/app/agent/agent.py" ]; then
|
| 41 |
+
echo "🧠 Starting AI Agent..."
|
| 42 |
+
python3 /app/agent/agent.py &
|
| 43 |
+
fi
|
| 44 |
+
|
| 45 |
# ========================
|
| 46 |
# VSCode Server
|
| 47 |
# ========================
|