Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
|
@@ -284,8 +284,8 @@ class OptimizedGAIAAgent:
|
|
| 284 |
try:
|
| 285 |
self.agent = CodeAgent(
|
| 286 |
tools=self.tools,
|
| 287 |
-
additional_authorized_imports=["math", "re", "json", "time"]
|
| 288 |
-
|
| 289 |
)
|
| 290 |
print("✅ CodeAgent initialized")
|
| 291 |
except Exception as e:
|
|
|
|
| 284 |
try:
|
| 285 |
self.agent = CodeAgent(
|
| 286 |
tools=self.tools,
|
| 287 |
+
additional_authorized_imports=["math", "re", "json", "time"]
|
| 288 |
+
|
| 289 |
)
|
| 290 |
print("✅ CodeAgent initialized")
|
| 291 |
except Exception as e:
|