Files
crewAI/lib
Greyson LaLonde 3be42f910d fix: restore Flow subclass on checkpoint resume
Flow.from_checkpoint deserializes as base Flow (entity_type
discriminator), losing subclass methods and state type. When called on
a subclass like MyFlow.from_checkpoint(), create a cls instance and
transfer the checkpoint fields so @start methods, listeners, and
structured state are available.
2026-04-07 03:11:45 +08:00
..