memory_context
Retrieve relevant memories for the current context, selecting a working-memory set that fits within the requested token budget for focused, recall-ready context.
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 |