SergeyO7 commited on
Commit
1f35e43
·
verified ·
1 Parent(s): f82ea30

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -2
agent.py CHANGED
@@ -1,5 +1,4 @@
1
- from smolagents import CodeAgent, ToolCallingAgent, LiteLLMModel, tool, Tool, load_tool, WebSearchTool
2
- #DuckDuckGoSearchTool, WikipediaSearchTool
3
  import asyncio
4
  import os
5
  import re
 
1
+ from smolagents import CodeAgent, ToolCallingAgent, LiteLLMModel, tool, Tool, load_tool, WebSearchTool, DuckDuckGoSearchTool #, WikipediaSearchTool
 
2
  import asyncio
3
  import os
4
  import re