Files
crewAI/lib
Greyson LaLonde e1bbab75b3 fix: eliminate PydanticSerializationUnexpectedValue warnings
Switch RuntimeState serializer from mode="wrap" to mode="plain" with
dict return type so pydantic doesn't re-serialize entities through the
Entity union pipeline. Also switch to string-based field discriminator
for Entity union.
2026-04-06 19:23:15 +08:00
..