from smolagents import DuckDuckGoSearchTool, SpeechToTextTool, PythonInterpreterTool search_tool = DuckDuckGoSearchTool() speech_to_text = SpeechToTextTool() python_interpreter = PythonInterpreterTool()