mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +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.