Loading...
Loading...
Course project (TNM114) that builds an agentic research stack: a router detects follow-ups vs new requests, a supervisor delegates to parallel researcher agents, and reports are synthesized with citations. Uses Gemini 3 Pro for reasoning, Gemini 2.5 Flash for routing/summarization, and Tavily + Exa for web/semantic search.
Implements typed graph nodes for route/clarify/brief/supervisor/report, integrates Tavily and Exa connectors, and separates model roles so heavy reasoning stays on Gemini Pro while fast routing/summarization uses Flash.
Demonstrates reliable deep-research UX with human-in-the-loop clarifications, parallel subtopic exploration, and cited reports suitable for coursework assessment.