mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-15 23:42:37 +00:00
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.