albertvillanova HF Staff commited on
Commit
94c3c22
·
verified ·
1 Parent(s): 96a469e

Upload agent

Browse files
agent.json CHANGED
@@ -43,24 +43,24 @@
43
  "name": null,
44
  "description": null,
45
  "requirements": [
46
- "duckduckgo_search",
47
  "pandas",
48
  "markdownify",
49
- "smolagents",
50
  "requests"
51
  ],
52
  "authorized_imports": [
53
  "pandas",
 
 
54
  "itertools",
55
- "random",
56
- "statistics",
57
- "math",
58
- "re",
59
- "queue",
60
  "time",
61
- "unicodedata",
62
  "stat",
63
- "datetime",
64
- "collections"
 
 
 
 
65
  ]
66
  }
 
43
  "name": null,
44
  "description": null,
45
  "requirements": [
46
+ "smolagents",
47
  "pandas",
48
  "markdownify",
49
+ "duckduckgo_search",
50
  "requests"
51
  ],
52
  "authorized_imports": [
53
  "pandas",
54
+ "unicodedata",
55
+ "datetime",
56
  "itertools",
 
 
 
 
 
57
  "time",
 
58
  "stat",
59
+ "queue",
60
+ "math",
61
+ "collections",
62
+ "statistics",
63
+ "random",
64
+ "re"
65
  ]
66
  }
managed_agents/useless/agent.json CHANGED
@@ -43,16 +43,16 @@
43
  "smolagents"
44
  ],
45
  "authorized_imports": [
 
 
46
  "itertools",
47
- "random",
48
- "statistics",
49
- "math",
50
- "re",
51
- "queue",
52
  "time",
53
- "unicodedata",
54
  "stat",
55
- "datetime",
56
- "collections"
 
 
 
 
57
  ]
58
  }
 
43
  "smolagents"
44
  ],
45
  "authorized_imports": [
46
+ "unicodedata",
47
+ "datetime",
48
  "itertools",
 
 
 
 
 
49
  "time",
 
50
  "stat",
51
+ "queue",
52
+ "math",
53
+ "collections",
54
+ "statistics",
55
+ "random",
56
+ "re"
57
  ]
58
  }
managed_agents/web_agent/agent.json CHANGED
@@ -42,9 +42,9 @@
42
  "name": "web_agent",
43
  "description": "does web searches",
44
  "requirements": [
45
- "duckduckgo_search",
46
  "markdownify",
47
- "smolagents",
48
- "requests"
 
49
  ]
50
  }
 
42
  "name": "web_agent",
43
  "description": "does web searches",
44
  "requirements": [
 
45
  "markdownify",
46
+ "duckduckgo_search",
47
+ "requests",
48
+ "smolagents"
49
  ]
50
  }
managed_agents/web_agent/requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- duckduckgo_search
2
  markdownify
3
- smolagents
4
  requests
 
 
 
1
  markdownify
2
+ duckduckgo_search
3
  requests
4
+ smolagents
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- duckduckgo_search
2
  pandas
3
  markdownify
4
- smolagents
5
  requests
 
1
+ smolagents
2
  pandas
3
  markdownify
4
+ duckduckgo_search
5
  requests