SergeyO7 commited on
Commit
899dd6e
·
verified ·
1 Parent(s): 7fa7b6e

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -6
agent.py CHANGED
@@ -13,9 +13,6 @@ from markdownify import markdownify
13
  import whisper
14
 
15
  import time
16
- #from SPARQLWrapper import SPARQLWrapper, JSON
17
- #import chess
18
- #import chess.engine
19
  import shutil
20
  import traceback
21
 
@@ -260,10 +257,7 @@ class MagAgent:
260
  WikipediaSearchTool(),
261
  SpeechToTextTool,
262
  ExcelReaderTool(),
263
- VisitWebpageTool(),
264
  PythonCodeReaderTool()
265
- # ChessEngineTool (requires python-chess and Stockfish)
266
- # ChessEngineTool()
267
  # GoogleSearchTool,
268
  # ImageAnalysisTool,
269
  ],
 
13
  import whisper
14
 
15
  import time
 
 
 
16
  import shutil
17
  import traceback
18
 
 
257
  WikipediaSearchTool(),
258
  SpeechToTextTool,
259
  ExcelReaderTool(),
 
260
  PythonCodeReaderTool()
 
 
261
  # GoogleSearchTool,
262
  # ImageAnalysisTool,
263
  ],