Spaces:
Sleeping
Sleeping
Update core_agent.py
Browse files- core_agent.py +2 -2
core_agent.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from smolagents import (
|
2 |
CodeAgent,
|
3 |
-
|
4 |
HfApiModel,
|
5 |
LiteLLMModel,
|
6 |
OpenAIServerModel,
|
@@ -227,7 +227,7 @@ class GAIAAgent:
|
|
227 |
|
228 |
# Initialize default tools
|
229 |
self.tools = [
|
230 |
-
|
231 |
PythonInterpreterTool(),
|
232 |
save_and_read_file,
|
233 |
download_file_from_url,
|
|
|
1 |
from smolagents import (
|
2 |
CodeAgent,
|
3 |
+
DuckDuckGoSearchTool,
|
4 |
HfApiModel,
|
5 |
LiteLLMModel,
|
6 |
OpenAIServerModel,
|
|
|
227 |
|
228 |
# Initialize default tools
|
229 |
self.tools = [
|
230 |
+
DuckDuckGoSearchTool(),
|
231 |
PythonInterpreterTool(),
|
232 |
save_and_read_file,
|
233 |
download_file_from_url,
|