recall_context
Retrieve relevant memories for an agent task by combining lexical match, metadata filters, and wikilink traversal to produce a deterministic context bundle.
Instructions
Return a compact, deterministic recall bundle for an agent task using lexical match, metadata, salience, access history, status, and optional wikilink traversal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Task, question, or situation to recall memory for. | |
| limit | No | Maximum number of memories to include. | |
| filters | No | Optional metadata filters for recall. | |
| token_budget | No | Approximate maximum recall context token budget. | |
| follow_links | No | When true, include nearby wikilink and backlink memories. | |
| include_archived | No | When true, archived and superseded memories may be included. | |
| mark_accessed | No | When true, update access metadata for recalled memories. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||