docs(checkpoint): distinguish auto vs manual checkpoint failure semantics

This commit is contained in:
Greyson Lalonde
2026-05-26 00:07:54 -07:00
parent 213c017c80
commit 207ab59437
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ Two providers ship with CrewAI:
Both prune oldest checkpoints when `max_checkpoints` is set.
<Note>
Checkpoint writes are best-effort. A failed checkpoint is logged but does not interrupt the run.
Auto-checkpoint writes (event-driven) are best-effort: a failed write is logged and the run continues. Manual `state.checkpoint()` and `state.acheckpoint()` calls re-raise on failure.
</Note>
### Inheritance model