- 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>