mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 09:42:39 +00:00
- Add automatic serialization of unsupported types in interpolate_only - Support pandas DataFrames and other complex objects via to_serializable - Add comprehensive tests for DataFrame inputs - Maintain backward compatibility with existing input types Fixes #2925 Co-Authored-By: João <joao@crewai.com>