Spaces:
Runtime error
Runtime error
Upload agent
Browse files- agent.json +7 -7
agent.json
CHANGED
|
@@ -41,17 +41,17 @@
|
|
| 41 |
"smolagents"
|
| 42 |
],
|
| 43 |
"authorized_imports": [
|
| 44 |
-
"re",
|
| 45 |
"datetime",
|
| 46 |
-
"collections",
|
| 47 |
-
"stat",
|
| 48 |
-
"queue",
|
| 49 |
-
"time",
|
| 50 |
"random",
|
| 51 |
-
"
|
|
|
|
| 52 |
"itertools",
|
|
|
|
|
|
|
| 53 |
"math",
|
| 54 |
-
"
|
|
|
|
|
|
|
| 55 |
],
|
| 56 |
"executor_type": "local",
|
| 57 |
"executor_kwargs": {},
|
|
|
|
| 41 |
"smolagents"
|
| 42 |
],
|
| 43 |
"authorized_imports": [
|
|
|
|
| 44 |
"datetime",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
"random",
|
| 46 |
+
"unicodedata",
|
| 47 |
+
"queue",
|
| 48 |
"itertools",
|
| 49 |
+
"time",
|
| 50 |
+
"collections",
|
| 51 |
"math",
|
| 52 |
+
"stat",
|
| 53 |
+
"statistics",
|
| 54 |
+
"re"
|
| 55 |
],
|
| 56 |
"executor_type": "local",
|
| 57 |
"executor_kwargs": {},
|