Spaces:
Running
Running
Update research_tools/__init__.py
Browse files
research_tools/__init__.py
CHANGED
@@ -5,7 +5,6 @@ from .wikipedia_search import WikipediaSearchTool
|
|
5 |
from .arxiv_search import ArxivSearchTool
|
6 |
from .github_search import GitHubSearchTool
|
7 |
from .sec_search import SECSearchTool
|
8 |
-
from .research_agent import EnhancedResearchAgent
|
9 |
|
10 |
__all__ = [
|
11 |
'BaseTool',
|
@@ -13,6 +12,5 @@ __all__ = [
|
|
13 |
'WikipediaSearchTool',
|
14 |
'ArxivSearchTool',
|
15 |
'GitHubSearchTool',
|
16 |
-
'SECSearchTool'
|
17 |
-
'EnhancedResearchAgent'
|
18 |
]
|
|
|
5 |
from .arxiv_search import ArxivSearchTool
|
6 |
from .github_search import GitHubSearchTool
|
7 |
from .sec_search import SECSearchTool
|
|
|
8 |
|
9 |
__all__ = [
|
10 |
'BaseTool',
|
|
|
12 |
'WikipediaSearchTool',
|
13 |
'ArxivSearchTool',
|
14 |
'GitHubSearchTool',
|
15 |
+
'SECSearchTool'
|
|
|
16 |
]
|