from agno.agent import Agent # noqafrom agno.models.cerebras import Cerebrasagent = Agent( model=Cerebras(id="llama-4-scout-17b-16e-instruct"), markdown=True,)# Print the response in the terminalagent.print_response("write a two sentence horror story", stream=True)