Spaces:
Sleeping
Sleeping
Update src/agent.py
Browse files- src/agent.py +1 -2
src/agent.py
CHANGED
|
@@ -10,7 +10,7 @@ from tools.WikipediaTool import LocalWikipediaTool
|
|
| 10 |
from tools.YouTubeTool import YouTubeSearchTool
|
| 11 |
from tools.PythonRunnerTool import PythonRunnerTool
|
| 12 |
from tools.PythonCalcTool import PythonCalcTool
|
| 13 |
-
from tools.SemanticScholar import AcademicPaperSearchTool
|
| 14 |
from src.utils import InputTokenRateLimiter
|
| 15 |
import wikipedia as wiki
|
| 16 |
from markdownify import markdownify as to_markdown
|
|
@@ -77,7 +77,6 @@ class BasicAgent():
|
|
| 77 |
LocalWikipediaTool(),
|
| 78 |
WikiTitleFinder(),
|
| 79 |
WikiContentFetcher(),
|
| 80 |
-
AcademicPaperSearchTool(),
|
| 81 |
],
|
| 82 |
max_steps=10,
|
| 83 |
planning_interval=5,
|
|
|
|
| 10 |
from tools.YouTubeTool import YouTubeSearchTool
|
| 11 |
from tools.PythonRunnerTool import PythonRunnerTool
|
| 12 |
from tools.PythonCalcTool import PythonCalcTool
|
| 13 |
+
#from tools.SemanticScholar import AcademicPaperSearchTool
|
| 14 |
from src.utils import InputTokenRateLimiter
|
| 15 |
import wikipedia as wiki
|
| 16 |
from markdownify import markdownify as to_markdown
|
|
|
|
| 77 |
LocalWikipediaTool(),
|
| 78 |
WikiTitleFinder(),
|
| 79 |
WikiContentFetcher(),
|
|
|
|
| 80 |
],
|
| 81 |
max_steps=10,
|
| 82 |
planning_interval=5,
|