Spaces:
Paused
Paused
Update agents.py
Browse files
agents.py
CHANGED
|
@@ -38,8 +38,8 @@ tracer_provider = register(
|
|
| 38 |
SmolagentsInstrumentor().instrument(tracer_provider = tracer_provider)
|
| 39 |
|
| 40 |
def run_gaia(question, file_name):
|
| 41 |
-
search_tool = Tool.from_langchain(load_tools(["serpapi"])[0])
|
| 42 |
-
wikipedia_tool = Tool.from_langchain(load_tools(["wikipedia"])[0])
|
| 43 |
|
| 44 |
#web_search_agent = ToolCallingAgent(
|
| 45 |
# description = "Runs web searches for you. Give it your query as an argument.",
|
|
|
|
| 38 |
SmolagentsInstrumentor().instrument(tracer_provider = tracer_provider)
|
| 39 |
|
| 40 |
def run_gaia(question, file_name):
|
| 41 |
+
#search_tool = Tool.from_langchain(load_tools(["serpapi"])[0])
|
| 42 |
+
#wikipedia_tool = Tool.from_langchain(load_tools(["wikipedia"])[0])
|
| 43 |
|
| 44 |
#web_search_agent = ToolCallingAgent(
|
| 45 |
# description = "Runs web searches for you. Give it your query as an argument.",
|