PYAE1994 commited on
Commit
47a0d84
·
verified ·
1 Parent(s): fb5a850

Update start_server.sh

Browse files
Files changed (1) hide show
  1. 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
  # ========================