Repo-Grounded Retrieval
Stop debugging answers from the public web. The Navigator uses RAG to search your local LangGraph docs and source code, so every response is grounded in runnable, version-correct references.
- Finds the right context using the
perform_rag_query
,FindFiles
, andReadFile
tools. - See it in action: The assistant finds
reflection.ipynb
to answer a complex question instead of returning a broken link. - Examples trace back to
langgraph_dev/dev_test/test_case_results/case5
.
"I analyzed the reflection.ipynb
notebook… The graph cycles generation_node → reflection_node so the agent critiques and revises its work."
Watch the retrieval pass (YouTube)