mcs-tools: UC2 reflect pre-created agent and connected flow#481
Merged
Conversation
The Sales Commission Assistant agent and the Calculate Sales Commission agent flow are already provisioned for lab participants, so the instructions no longer walk through creating the agent or connecting the flow. Replaced the "Create a New Agent" and "Add the Agent Flow" sections with a single "Open the Pre-Created Agent" section that points users to the existing agent and preserves the educational notes about instructions and deterministic flows. Updated the summary and objective accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Dewain27
added a commit
that referenced
this pull request
Jun 29, 2026
The site renders from _labs/mcs-tools.md, but PR #481 only updated labs/mcs-tools/README.md, so the deployed lab still walked through creating the agent and connecting the flow. This applies the same UC2 change to _labs/mcs-tools.md so the published lab matches: the "Create a New Agent" and "Add the Agent Flow" sections are replaced with "Open the Pre-Created Agent", and the summary and objective are updated. Co-authored-by: Dewain Robinson <dewainr@microsoft.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Dewain27
added a commit
that referenced
this pull request
Jun 29, 2026
…e to _labs (#483) * mcs-tools: sync UC2 pre-created agent change to _labs The site renders from _labs/mcs-tools.md, but PR #481 only updated labs/mcs-tools/README.md, so the deployed lab still walked through creating the agent and connecting the flow. This applies the same UC2 change to _labs/mcs-tools.md so the published lab matches: the "Create a New Agent" and "Add the Agent Flow" sections are replaced with "Open the Pre-Created Agent", and the summary and objective are updated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Fix leading space in UC3 Sales Account Assistant code blocks The agent name and instructions fences in the "Create the new-type Sales Account Assistant" section were indented 4 spaces under a "1." list item. Kramdown strips only 3 spaces (the "1. " marker width), so a leading space leaked into the rendered <code>, which the copy button captured and which broke the agent when pasted into Instructions. Reduce the fence indentation to 3 spaces so kramdown strips it cleanly. Applied to both rendered sources (_labs and labs/.../README.md). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Dewain Robinson <dewainr@microsoft.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates Use Case #2 (Build Deterministic Logic with Agent Flows) in the mcs-tools lab so the instructions match the provisioned lab environment.
The Sales Commission Assistant agent and the Calculate Sales Commission agent flow are already created and connected for lab participants, but the instructions still walked through creating the agent and adding the flow. This caused participants to attempt steps that were already done for them.
Changes
Sales Commission Assistantagent.🤖 Generated with Claude Code