pskorupinski commited on
Commit
0db2337
·
verified ·
1 Parent(s): e6a62fd

Upload agent

Browse files
Files changed (1) hide show
  1. 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
- "statistics",
 
52
  "itertools",
 
 
53
  "math",
54
- "unicodedata"
 
 
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": {},