How to get the output of each agent, so i can show it to the streamlit, how i integrate with that

Well, I think a pretty solid approach would be to set up an event listener. That way, you can snag just the events you’re interested in and then process them.

You can get the full scoop from the official CrewAI documentation on Event Listeners. And hey, check out this other thread too – it’s got a good example of a producer/consumer pattern that might be just what you need.

1 Like