async def main:agent = Agent (task="Go to Reddit, search for 'browser-use', click on the first post and return the first comment.",llm=ChatOpenAI (model="gpt-4o"),)result = await agent.runprint ...