from agno.agent import Agentfrom agno.models.cometapi import CometAPIagent = Agent(model=CometAPI(id="gpt-5-mini"), markdown=True)# Print the response in the terminal with streaming enabledagent.print_response("Explain quantum computing in simple terms", stream=True)