Session instructions (ram alias)
ramManage session-scoped instruction caches using actions like bootstrap, get, push, and ack to control instruction flow, versioning, and entry acknowledgment.
Instructions
Alias of instruct. Session-scoped instruction cache operations. Actions: bootstrap, get, push, ack, clear, stats, checkpoint, verify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| workspace_id | No | Workspace ID (UUID). | |
| session_id | Yes | Session identifier | |
| limit | No | Maximum entries (for get) | |
| entries | No | Entries to push (for push) | |
| increment_turn | No | Increment turn counter (for push) | |
| force_version_bump | No | Force version bump even with no new entries (for push) | |
| ids | No | Entry IDs to acknowledge (for ack) | |
| expected_version | No | Expected version for checkpoint verify |