m-ric HF staff commited on
Commit
ef75170
·
verified ·
1 Parent(s): cc003cf

Upload tool

Browse files
Files changed (2) hide show
  1. agent.json +8 -8
  2. requirements.txt +2 -2
agent.json CHANGED
@@ -35,17 +35,17 @@
35
  "name": null,
36
  "description": null,
37
  "authorized_imports": [
38
- "unicodedata",
39
- "datetime",
40
- "queue",
41
- "itertools",
42
  "stat",
43
  "time",
 
 
44
  "pandas",
45
- "re",
46
  "random",
47
- "statistics",
48
- "collections",
49
- "math"
 
 
50
  ]
51
  }
 
35
  "name": null,
36
  "description": null,
37
  "authorized_imports": [
38
+ "statistics",
 
 
 
39
  "stat",
40
  "time",
41
+ "collections",
42
+ "unicodedata",
43
  "pandas",
 
44
  "random",
45
+ "itertools",
46
+ "math",
47
+ "re",
48
+ "datetime",
49
+ "queue"
50
  ]
51
  }
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- requests
2
- markdownify
3
  pandas
4
  smolagents
 
5
  duckduckgo_search
 
 
 
 
1
  pandas
2
  smolagents
3
+ markdownify
4
  duckduckgo_search
5
+ requests