File size: 264 Bytes
abe1b53
 
 
 
 
 
1
2
3
4
5
6
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel


if __name__ == '__main__':
    agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel())
    agent.run("Search for the best music recommendations for a party at the Wayne's mansion.")