memory_context
Retrieve a subset of activated memories that fit a token budget, providing context-relevant working memory for efficient recall.
Instructions
Return a working-memory set selected by activation and estimated-token budget.
token_budget is an estimated-token budget. Each returned memory fits wholly within the remaining budget; budgets must be greater than zero.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| context | Yes | ||
| token_budget | No | ||
| strict_context | No |