neuron_session_checkpoint
Track session progress by moving a processed item from the working set to completed and advancing the cursor, enabling accurate checkpoints after each step in a recipe.
Instructions
Quick progress update — increment cursor and move an item from working_set to completed. This is the hot-path call that recipes use after each action (e.g. after scraping one profile, sending one message, etc).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session identifier | |
| completed_item | Yes | The item just processed. Will be appended to the completed array. |