mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-11 13:32:34 +00:00
- Convert train_iteration to string keys in crew_agent_executor.py, experimental/agent_executor.py, and training_handler.py for JSON compatibility - Revert file_store.py and agent_card.py back to PickleSerializer since they use in-memory caches only (no untrusted deserialization risk) - Add explanatory comments for why PickleSerializer is safe for in-memory caches Co-Authored-By: João <joao@crewai.com>