Update backend/agent_instance.py
Browse files
backend/agent_instance.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import sys
|
2 |
import os
|
|
|
3 |
|
4 |
# ✅ Add src to Python path
|
5 |
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
|
|
|
1 |
import sys
|
2 |
import os
|
3 |
+
import shutil
|
4 |
|
5 |
# ✅ Add src to Python path
|
6 |
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
|