CampusGuide
Agentic RAG assistant for university information
An agentic retrieval assistant that answers campus questions by routing each one, searching documents and structured data, grading its own evidence, verifying the answer, and escalating when the sources aren’t enough.
Python
LangGraph
LangChain
ChromaDB
- MPNet embeddings
- +4
- Question received
- Route the questionroute_question
- Call the right toolsearch_campus_docs · lookup_*
- Grade the evidence
- Rewrite & retryconditional
- Generate grounded answer
