Why can't my agent stream output?

Why can’t my agent stream output?

agent = Agent(
    model=Ollama(host="xxxxx", provider="Ollama", id="qwen2.5-coder:72b"),
    description=""my "",
    markdown=True,
    memory=memory,
    show_tool_calls=True,
    tools=[ThinkingTools()],
)

await agent.aprint_response(text, stream=True)

Hey @hope_321

thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.
If it’s urgent, please let us know. We appreciate your patience!

Hi @hope_321

You can take a look at the async or streaming examples in the cookbook to find the correct syntax for streaming :smiley:
cookbook/agent_concepts/async/basic_stream.py should have a basic example you can try!
Let us know how it goes