Vanderbilt University | Data Science MS Program
- Slides:
Agentic_Architectures_LangGraph.pptx - Calculator Agent (live demo):
calculator_agent.ipynb - Research Agent (exercise):
agent_exercises.ipynb - Research Agent (solutions):
agent_exercises_solutions.ipynb
pip install langgraph langchain langchain-openai wikipediaYou'll need an OpenAI or Anthropic API key set as an environment variable before running the notebooks.
- The road from fine-tuning to agentic AI and when to use each approach
- LangGraph foundations — state, nodes, edges, tools
- Agent design patterns — blueprint-first thinking, edge cases, anti-patterns
- Agent Skills and Model Context Protocol (MCP)
- Hands-on: building a calculator agent and a research agent