# pip install smooth-py
from smooth import SmoothClient
smooth_client = SmoothClient(api_key="cmzr-YOUR_API_KEY")
task = smooth_client.run("Go to https://pdfobject.com/examples/passing-element-styled.html and download the pdf file.")
print(f"Agent response: {task.result()}")
print(f"Downloaded file archive URL: {task.downloads_url()}")