from agno.agent import Agentfrom agno.models.neosantara import Neosantaraagent = Agent(model=Neosantara(id="grok-4.1-fast-non-reasoning"), markdown=True)# Print the response in the terminalagent.print_response("Share a 2 sentence horror story", stream=True)