I would like to stream out crewai’s logs to my front-end application however I want to filter out task description, backstory etc which are also printed to the console.
Is there a clean way to get some of those logs such as thinking outputs and answers ?
So, for what you’re looking to do, your best bet here is probably to register an event listener.
You should definitely check out this thread. @tonykipkemboi shared some solid stuff there about their experience with CrewAI output streaming. That should really point you in the right direction.