Files
crewAI/lib
Devin AI c1ae3da1cd fix: address review feedback - integer key coercion and in-memory cache serializers
- 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>
2026-03-06 15:26:38 +00:00
..