force_set_state
Unconditionally store a checkpoint value for AI agent coordination. Always succeeds, suitable for single-writer workflows.
Instructions
Unconditionally write a checkpoint value. Always succeeds. Prefer for single-writer workflows. For concurrent writers, use set_state with expected_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Checkpoint key | |
| value | Yes | Value to store (must be JSON-encoded string) |