<aside>
All our agents support the shared Context Checkpoints system.
Context Checkpoints help you:
<aside>
</aside>
A Context Checkpoint is a structured summary of the relevant state of a conversation at a specific moment.
It brings together the information needed to understand where the work currently stands, such as:
If no previous checkpoint exists, the checkpoint reviews the conversation from the beginning and captures the relevant current state.
If a previous checkpoint exists, the new checkpoint uses it as the starting point. It preserves the information that is still valid, adds or updates the relevant information from the conversation since then, and removes or corrects information that is no longer useful or accurate.
In practice:
*previous checkpoint
+
relevant information added or changed since then
-
information that is no longer valid
=
one new, complete, self-contained checkpoint*
A checkpoint does not reproduce the full conversation or preserve every historical detail. It keeps only the information needed to understand the current state and continue the work.
<aside>
</aside>
A Context Checkpoint can help you: