What I want to be able to do is from a web application use an API (fast api) to kickoff of a crew and while its running get a status of what tasks its completed and what it is currently doing. I can’t seem to find any documentation on how to get the status of a running crew.
I aim to show the agent outputs in my frontend app which is streamlit as of now but I will replace it with React in near future. I am now kicking off my crew through a flash API post method which my frontend calls.