I was wondering if it is possible to have async workflows?
I am currently trying to have a deep research like agent, and it would benefit from being able to search multiple queries & scrape content pieces asynchronously inside the workflow.run(…) function.
Hi @oilseed_handful5k
Thanks for reaching out and for using Agno! I’ve looped in the right engineers to help with your question. We usually respond within 24 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!
I assume async workflows are currently not supported, which is a real shame because it is critical for any production ready agent and big features making LangGraph and LlamaIndex so valuable.
It is a shame because the syntax of Agno is so valuable and easy to consume, I think adding Async workflows would be a big value add.
Hi @oilseed_handful5k, We are very sorry for the delayed response.
Async Workflow is in on our list and we have already started working on it.
We will make sure to get it our as soon as possible.
In meantime, we have async Agent Run and you can give a try building Async Workflow. We are happy to help incase of any doubts