A retrieval-augmented virtual advisor that routes graduate and transfer student questions through an LLM orchestrator, three specialized RAG tools, and a security-hardened student data lookup.

Built for SJSU graduate and transfer students, the VA answers course-planning and degree-audit questions by routing each query through helper LLM calls, an orchestrator, and a set of specialized tools rather than a single monolithic prompt.
Two traditional RAGs (Graduate Info, Major Info) and a Registrar Info RAG supply catalog and policy context, a database-backed Student Information tool supplies the asker's own record, and a domain-restricted web search tool fills gaps — all coordinated by an orchestrator that decides which tools a given query actually needs.

