Memory Assemble Context
memory_assemble_contextAssemble one token-budgeted, cited context pack for a task.
Fans recall across semantic, episodic, procedural, skill, strategic,
work, working pillars and the optional graph in parallel through the
secure retrieval path, then ranks and packs the result into a single
sectioned markdown bundle. Use this once at the start of a task instead
of issuing serial memory_recall / memory_procedure_get /
memory_graph_related calls. Returns rendered (the pack),
tokens_used, counts_by_pillar, and the kept records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Workspace slug of your current repo. Boosts repo-scoped memories in the pack; pass it for code/repo-specific work. | |
| task | Yes | What you are about to do (the task/question driving recall) | |
| github | No | GitHub repository as owner/repo (boosts github-tagged memories) | |
| open_files | No | Paths of files currently open/relevant; their names seed the graph-relationship lookup. | |
| k_per_pillar | No | Max records to recall per pillar | |
| token_budget | No | Approx token budget for the rendered pack (default 1500) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||