SIGN IN SIGN UP
crewAIInc / crewAI UNCLAIMED

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

0 0 38 Python

fix: serialize Task class-reference fields for checkpointing

Task fields that store class references (output_pydantic, output_json,
response_model, converter_cls) caused PydanticSerializationError when
RuntimeState serialized Crew entities during checkpointing. Serialize
to model_json_schema() and hydrate back via create_model_from_schema.
G
Greyson LaLonde committed
d6d04717c264c6ee7895beccbe30353501bd2f4c
Parent: 01b8437
Committed by GitHub <noreply@github.com> on 4/20/2026, 7:15:06 PM