AlanRocha commited on
Commit
086549c
·
verified ·
1 Parent(s): 38499b6

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
agents.py CHANGED
@@ -111,7 +111,7 @@ class Agent:
111
  self.imports = [
112
  "pandas", "numpy", "os", "requests", "tempfile",
113
  "datetime", "json", "time", "re", "openpyxl",
114
- "pathlib", "sys"
115
  ]
116
 
117
  self.agent = CodeAgent(
 
111
  self.imports = [
112
  "pandas", "numpy", "os", "requests", "tempfile",
113
  "datetime", "json", "time", "re", "openpyxl",
114
+ "pathlib", "sys", "wikipedia"
115
  ]
116
 
117
  self.agent = CodeAgent(