Tutorial links
The workshop is the guided build. Chapter 0 combines prerequisites and a completed-app run; the following lessons build agent capabilities in your separate starter.
If you’re using the finished application as a reference (not learning the build), see architecture reference and configuration reference for how the components work together and how to configure them. This page maps topics to the workshop lessons; you don’t need them to run or understand the sample.
Tutorial 1: Understanding the Interview Flow
Section titled “Tutorial 1: Understanding the Interview Flow”Check your tools and run the completed example, then start your workshop app. The architecture reference maps the finished processes and supplied scaffold.
Tutorial 2: Creating a Custom MCP Server
Section titled “Tutorial 2: Creating a Custom MCP Server”Start with an in-process C# tool, then expose InterviewData’s MCP server and connect the coach to its tools. Persistence follows a record through its lifecycle.
Tutorial 3: Customizing the Agent
Section titled “Tutorial 3: Customizing the Agent”Create the Foundry-backed agent and connect the chat UI. Change instructions only after you can trace a real request through that path.
Extract a sample resume, then use its text as interview context. The upload contract covers attached files.
Tutorial 4: Extending the handoff workflow
Section titled “Tutorial 4: Extending the handoff workflow”Make the first two-agent handoff, add the interviewers, then finish with the summary agent. The agent-mode reference lists the completed graph’s eleven edges and tool assignments.
Tutorial 5: Adding Evaluation and Feedback
Section titled “Tutorial 5: Adding Evaluation and Feedback”Save the final interview feedback, then trace a failed step and an early finish. Check tool results, routing, and stored data alongside feedback quality. The workshop summary connects these concepts to their implementation. After the workshop, use optional extensions or the deployment reference.