What problem does it solve? Vector-only RAG cannot follow links between documents, so retrieval over wiki-style knowledge bases loses precision when answers require multi-hop navigation across pages. ## Core Features & Use Cases - Local Graph Evaluation: Runs retrieval with the local_graph engine via scripts/wiki_graph.py instead of Neo4j Aura or the ki knowledge-index tool. - Navigation Verification: Uses navigate and evaluate_walk to confirm a retrieval actually walked wiki links before claiming graph-based results. - Fail-Closed Validation: Only accepts a retrieval claim when every JSON ok field is true and the process exits with code 0. - Use Case: When a user references Karpathy's wiki persistence idea or Neo4j's NICD graph navigation results, run the local graph engine over docs like AGENT_TOKEN_SHUNT.md to verify multi-hop retrieval with citations. ## Quick Start Ask the assistant to verify a wiki-graph retrieval over your docs by running the wiki_graph script with the local_graph engine, your page list, query, and citation anchor.