memory_checkout
Retrieve a cited, prompt-ready memory state for a session. Call this first before substantial work to access current memory context.
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 |
|---|---|---|---|
| ref | No | Memory ref to checkout, e.g. HEAD or refs/heads/main | |
| limit | No | ||
| query | Yes | ||
| purpose | No | Purpose profile name or object used to condition checkout guidance. | |
| max_tokens | No | Optional prompt token budget; sections are greedily packed and elisions are reported in diagnostics. | |
| session_id | No | ||
| replay_from_seq | No | ||
| max_recent_events | No |