Training crew : how to be sur that the crew use pkl files?

Hello, I am using the following versions:

  • crewai==0.70.1
  • crewai-tools==0.12.1

I have trained my crew and now have two .pkl files: training_data.pkl and usecase.pkl. Everything has worked well up to this point.

Now, how can I ensure that my crew is properly trained and is using these data?

To launch my crew, I use the command:
python main.py run

Thank you for your help.

Hi, the same doubt here.

After training my crew, I ran it, and it seems not to be using the training data.

Additionally, when I train the same crew a second time, the training data is reset, loosing everything that was trained before.