memo_graph
Discover and explain entity connections in the knowledge graph: shortest paths, weighted evidence routes, neighbors, communities, and code impact.
Instructions
Navigate the entity knowledge graph (read-only).
One consolidated explorer over memo's corpus graph. Pick a verb:
"path": shortest entity path fromatob(fewest hops)."why": weighted shortest patha->bas evidence — the same route with each hop's edge weight (how many memories bridge it), so a connection is explained, not just asserted."neighbors": direct neighbours ofentity(ora)."explore": a rich "what's around X" view ofentity(ora) — degree, neighbours, and the memories that mention it."communities": clusters of related entities (limitcaps count)."impact": changed code plus linked durable memories forcwd."architecture": a bounded CodeContextPack forcwd.entity(ora) selects a symbol/path focus;modeis scout, verify, or audit andcursorcontinues an incomplete page.
By default this navigates the MEMORY graph only (entities linked through
shared memories). Set include_code=True to also fold in the codegraph
code-structure layer (call/extends/etc. edges between code symbols).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | No | First entity (path/why source; fallback for entity). | |
| b | No | Second entity (path/why target). | |
| cwd | No | Git working tree used by the impact verb. | |
| mode | No | Architecture evidence mode: scout | verify | audit. | scout |
| verb | Yes | One of path | neighbors | explore | communities | why | impact | architecture. | |
| depth | No | CodeGraph hop depth for impact (bounded to 0..3). | |
| limit | No | Result cap (neighbours, mentioning memories, communities). | |
| scope | No | Repo-relative path bounding architecture findings. | |
| cursor | No | Opaque continuation cursor returned by architecture. | |
| entity | No | Entity name for neighbors/explore. | |
| max_chars | No | Approximate architecture finding budget. | |
| include_code | No | Fold in the codegraph code-structure layer (default off → memory-only, so results are durable-memory navigation). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||