Dumitru Pascu

Results 1 comments of Dumitru Pascu

Same issue, I have this very simple crew where I activate memory: ```python self.crew = Crew( agents=[self.csa], tasks=[self.task], verbose=True, memory=True ) ``` Errors that I see during the processing: ```text...