memory_checkout
Checkout the current, cited memory state for a session to get prompt-ready context before proceeding with work.
Instructions
The front door to Zaxy memory: call this first, before substantial work, to checkout current, cited, prompt-ready memory state for a session. Start here; every other memory tool is plumbing or power use, discoverable through memory_capabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| session_id | No | ||
| ref | No | Memory ref to checkout, e.g. HEAD or refs/heads/main | |
| replay_from_seq | No | ||
| limit | No | ||
| max_recent_events | No | ||
| max_tokens | No | Optional prompt token budget; sections are greedily packed and elisions are reported in diagnostics. | |
| purpose | No | Purpose profile name or object used to condition checkout guidance. |