How this async & sync works? because when I’m using the sync method the I’m able to received realtime response but when I’m using the async I did not received the realtime response, it will only respond when the agent is done
Hi @jayke770
Thanks for reaching out and for using Agno! I’ve looped in the right engineers to help with your question. We usually respond within 48 hours, but if this is urgent, just let us know, and we’ll do our best to prioritize it.
Appreciate your patience—we’ll get back to you soon!
Hi @jayke770 You’re right. You’ve await
ed the response in the async one. so it waits for it to get fully resolved & hence doesn’t stream. We’ve a bunch of examples in our cookbooks for async- please check it out: Basic Async - Agno