mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-12 14:02:47 +00:00
Add __dict__ handler for non-Pydantic classes so their attributes are serialized rather than falling through to repr(). Guard with a callable check so functions/lambdas still get repr().