mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 14:52:36 +00:00
Accept CheckpointConfig on Crew and Flow kickoff/kickoff_async/akickoff. When restore_from is set, the entity resumes from that checkpoint. When only config fields are set, checkpointing is enabled for the run. Adds restore_from field (Path | str | None) to CheckpointConfig.