File size: 248 Bytes
57ff6ce
8fe992b
57ff6ce
9b5b26a
57ff6ce
1
2
3
4
5
from smolagents import CodeAgent, DuckDuckGoSearchTool, InferenceClientModel

agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=InferenceClientModel())

agent.run("Search for the best music recommendations for a party at the Wayne's mansion")