memory_get
Retrieve a memory's full content along with its connected related facts for deeper context. Use after initial search to explore relationships without re-reading files.
Instructions
Stage 2 of two-stage recall. Returns the FULL content of one memory PLUS its connected graph neighbourhood (related facts) — the 'connected region'. Use after memory_search to pull depth on demand without re-reading files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory id from memory_search results. | |
| user_id | No | User identifier (default: 'root'). | |
| neighbors | No | How many connected neighbours to include (default: 5). |